Html Css Color HEX #012849 Prussian Blue

📋 copy color: '#012849'

red 1 ◦ green 40 ◦ blue 73

#012849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #012849

Tints of Prussian Blue #012849

RGB

 RED value IS 1 (0.78% from 255) = 0.88%

 GREEN value IS 40 (16.02% from 255) = 35.09%

 BLUE value IS 73 (28.91% from 255) = 64.04%

R = 0.88%
G = 35.09%
B = 64.04%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#012849 (or 0x012849) is known color: Prussian Blue. HEX triplet: 01, 28 and 49. RGB value is (1,40,73). Sum of RGB (Red+Green+Blue) = 1+40+73=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #012849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012849 is #FED7B6. Grayscale: #1F1F1F. Windows color (decimal): -16701367 or 4794369. OLE color: 4794369.

HSL color Cylindrical-coordinate representation of color #012849: hue angle of 207.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012849 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 40 73 -
CMYK 0.99 0.45 0 0.71
HSL 207.5º 0.97% 0.15% -
HSV(B) 207.5º 0.99% 0.29% -
XYZ 1.97 2.01 6.59 -
YUV 32.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 1 40 73 0.99 0.45 0 0.71 207.5 0.97 0.15
Hex 1 28 49 63 2D 0 47 D0 61 F
Octal 1 50 111 143 55 0 107 320 141 17
Binary 1 101000 1001001 1100011 101101 0 1000111 11010000 1100001 1111

Color Harmonies of #012849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012849

Black with #012849

Text Example


Text Example

White with #012849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012849; }

 p { color: rgb(1,40,73); }

 H1.HeaderClassName
 {
   color: #012849;
 }
 .AnyTagClassName
 {
   color: #012849;
 }
</style>

background-color css

<style>
 a { background-color: #012849; }

 a { background-color: rgb(1,40,73); }

 div.DivClassName
 {
   background-color: #012849;
 }
 .BgClassName
 {
   background-color: #012849;
 }
</style>

border-color css

<style>
 span { border-color: #012849; }

 span { border-color: rgb(1,40,73); }

 td.TdClassName
 {
   border-color: #012849;
 }
 .TagClassName
 {
   border-color: #012849;
 }
</style>