Html Css Color HEX #012C5B Prussian Blue

📋 copy color: '#012C5B'

red 1 ◦ green 44 ◦ blue 91

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

Shades of Prussian Blue #012C5B

Tints of Prussian Blue #012C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.35%

 BLUE value IS 91 (35.94% from 255) = 66.91%

R = 0.74%
G = 32.35%
B = 66.91%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#012C5B (or 0x012C5B) is known color: Prussian Blue. HEX triplet: 01, 2C and 5B. RGB value is (1,44,91). Sum of RGB (Red+Green+Blue) = 1+44+91=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #012C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C5B is #FED3A4. Grayscale: #242424. Windows color (decimal): -16700325 or 5975041. OLE color: 5975041.

HSL color Cylindrical-coordinate representation of color #012C5B: hue angle of 211.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C5B is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 44 91 -
CMYK 0.99 0.52 0 0.64
HSL 211.33º 0.98% 0.18% -
HSV(B) 211.33º 0.99% 0.36% -
XYZ 2.8 2.56 10.24 -
YUV 36.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 1 44 91 0.99 0.52 0 0.64 211.33 0.98 0.18
Hex 1 2C 5B 63 34 0 40 D3 62 12
Octal 1 54 133 143 64 0 100 323 142 22
Binary 1 101100 1011011 1100011 110100 0 1000000 11010011 1100010 10010

Color Harmonies of #012C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C5B

Black with #012C5B

Text Example


Text Example

White with #012C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,44,91); }

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

background-color css

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

 a { background-color: rgb(1,44,91); }

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

border-color css

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

 span { border-color: rgb(1,44,91); }

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