Html Css Color HEX #012D71 Prussian Blue

📋 copy color: '#012D71'

red 1 ◦ green 45 ◦ blue 113

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

Shades of Prussian Blue #012D71

Tints of Prussian Blue #012D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.07%

R = 0.63%
G = 28.3%
B = 71.07%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012D71 (or 0x012D71) is known color: Prussian Blue. HEX triplet: 01, 2D and 71. RGB value is (1,45,113). Sum of RGB (Red+Green+Blue) = 1+45+113=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #012D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D71 is #FED28E. Grayscale: #272727. Windows color (decimal): -16700047 or 7417089. OLE color: 7417089.

HSL color Cylindrical-coordinate representation of color #012D71: hue angle of 216.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D71 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 45 113 -
CMYK 0.99 0.60 0 0.56
HSL 216.43º 0.98% 0.22% -
HSV(B) 216.43º 0.99% 0.44% -
XYZ 3.93 3.08 16.01 -
YUV 39.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 1 45 113 0.99 0.60 0 0.56 216.43 0.98 0.22
Hex 1 2D 71 63 3C 0 38 D8 62 16
Octal 1 55 161 143 74 0 70 330 142 26
Binary 1 101101 1110001 1100011 111100 0 111000 11011000 1100010 10110

Color Harmonies of #012D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D71

Black with #012D71

Text Example


Text Example

White with #012D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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