Html Css Color HEX #012D56 Prussian Blue

📋 copy color: '#012D56'

red 1 ◦ green 45 ◦ blue 86

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

Shades of Prussian Blue #012D56

Tints of Prussian Blue #012D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.09%

 BLUE value IS 86 (33.98% from 255) = 65.15%

R = 0.76%
G = 34.09%
B = 65.15%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012D56 (or 0x012D56) is known color: Prussian Blue. HEX triplet: 01, 2D and 56. RGB value is (1,45,86). Sum of RGB (Red+Green+Blue) = 1+45+86=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #012D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D56 is #FED2A9. Grayscale: #242424. Windows color (decimal): -16700074 or 5647617. OLE color: 5647617.

HSL color Cylindrical-coordinate representation of color #012D56: hue angle of 208.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D56 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 45 86 -
CMYK 0.99 0.48 0 0.66
HSL 208.94º 0.98% 0.17% -
HSV(B) 208.94º 0.99% 0.34% -
XYZ 2.63 2.56 9.16 -
YUV 36.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 1 45 86 0.99 0.48 0 0.66 208.94 0.98 0.17
Hex 1 2D 56 63 30 0 42 D1 62 11
Octal 1 55 126 143 60 0 102 321 142 21
Binary 1 101101 1010110 1100011 110000 0 1000010 11010001 1100010 10001

Color Harmonies of #012D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D56

Black with #012D56

Text Example


Text Example

White with #012D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D56; }

 p { color: rgb(1,45,86); }

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

background-color css

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

 a { background-color: rgb(1,45,86); }

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

border-color css

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

 span { border-color: rgb(1,45,86); }

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