Html Css Color HEX #012B5F Prussian Blue

📋 copy color: '#012B5F'

red 1 ◦ green 43 ◦ blue 95

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

Shades of Prussian Blue #012B5F

Tints of Prussian Blue #012B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.94%

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 0.72%
G = 30.94%
B = 68.35%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#012B5F (or 0x012B5F) is known color: Prussian Blue. HEX triplet: 01, 2B and 5F. RGB value is (1,43,95). Sum of RGB (Red+Green+Blue) = 1+43+95=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #012B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B5F is #FED4A0. Grayscale: #242424. Windows color (decimal): -16700577 or 6236929. OLE color: 6236929.

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

Color convert

RGB 1 43 95 -
CMYK 0.99 0.55 0 0.63
HSL 213.19º 0.98% 0.19% -
HSV(B) 213.19º 0.99% 0.37% -
XYZ 2.94 2.56 11.17 -
YUV 36.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 1 43 95 0.99 0.55 0 0.63 213.19 0.98 0.19
Hex 1 2B 5F 63 37 0 3F D5 62 13
Octal 1 53 137 143 67 0 77 325 142 23
Binary 1 101011 1011111 1100011 110111 0 111111 11010101 1100010 10011

Color Harmonies of #012B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B5F

Black with #012B5F

Text Example


Text Example

White with #012B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,95); }

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

background-color css

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

 a { background-color: rgb(1,43,95); }

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

border-color css

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

 span { border-color: rgb(1,43,95); }

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