Html Css Color HEX #012D73 Prussian Blue

📋 copy color: '#012D73'

red 1 ◦ green 45 ◦ blue 115

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

Shades of Prussian Blue #012D73

Tints of Prussian Blue #012D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 71.43%

R = 0.62%
G = 27.95%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012D73 (or 0x012D73) is known color: Prussian Blue. HEX triplet: 01, 2D and 73. RGB value is (1,45,115). Sum of RGB (Red+Green+Blue) = 1+45+115=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #012D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D73 is #FED28C. Grayscale: #272727. Windows color (decimal): -16700045 or 7548161. OLE color: 7548161.

HSL color Cylindrical-coordinate representation of color #012D73: hue angle of 216.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D73 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 45 115 -
CMYK 0.99 0.61 0 0.55
HSL 216.84º 0.98% 0.23% -
HSV(B) 216.84º 0.99% 0.45% -
XYZ 4.05 3.12 16.61 -
YUV 39.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 1 45 115 0.99 0.61 0 0.55 216.84 0.98 0.23
Hex 1 2D 73 63 3D 0 37 D9 62 17
Octal 1 55 163 143 75 0 67 331 142 27
Binary 1 101101 1110011 1100011 111101 0 110111 11011001 1100010 10111

Color Harmonies of #012D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D73

Black with #012D73

Text Example


Text Example

White with #012D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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