Html Css Color HEX #012449 Prussian Blue

📋 copy color: '#012449'

red 1 ◦ green 36 ◦ blue 73

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

Shades of Prussian Blue #012449

Tints of Prussian Blue #012449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.73%

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

R = 0.91%
G = 32.73%
B = 66.36%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012449 (or 0x012449) is known color: Prussian Blue. HEX triplet: 01, 24 and 49. RGB value is (1,36,73). Sum of RGB (Red+Green+Blue) = 1+36+73=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #012449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012449 is #FEDBB6. Grayscale: #1D1D1D. Windows color (decimal): -16702391 or 4793345. OLE color: 4793345.

HSL color Cylindrical-coordinate representation of color #012449: hue angle of 210.83º 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 #012449 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 36 73 -
CMYK 0.99 0.51 0 0.71
HSL 210.83º 0.97% 0.15% -
HSV(B) 210.83º 0.99% 0.29% -
XYZ 1.85 1.75 6.54 -
YUV 29.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 1 36 73 0.99 0.51 0 0.71 210.83 0.97 0.15
Hex 1 24 49 63 33 0 47 D3 61 F
Octal 1 44 111 143 63 0 107 323 141 17
Binary 1 100100 1001001 1100011 110011 0 1000111 11010011 1100001 1111

Color Harmonies of #012449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012449

Black with #012449

Text Example


Text Example

White with #012449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012449; }

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

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

background-color css

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

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

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

border-color css

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

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

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