Html Css Color HEX #012F5A Prussian Blue

📋 copy color: '#012F5A'

red 1 ◦ green 47 ◦ blue 90

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

Shades of Prussian Blue #012F5A

Tints of Prussian Blue #012F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.06%

 BLUE value IS 90 (35.55% from 255) = 65.22%

R = 0.72%
G = 34.06%
B = 65.22%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012F5A (or 0x012F5A) is known color: Prussian Blue. HEX triplet: 01, 2F and 5A. RGB value is (1,47,90). Sum of RGB (Red+Green+Blue) = 1+47+90=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #012F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F5A is #FED0A5. Grayscale: #252525. Windows color (decimal): -16699558 or 5910273. OLE color: 5910273.

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

Color convert

RGB 1 47 90 -
CMYK 0.99 0.48 0 0.65
HSL 208.99º 0.98% 0.18% -
HSV(B) 208.99º 0.99% 0.35% -
XYZ 2.87 2.78 10.06 -
YUV 38.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 1 47 90 0.99 0.48 0 0.65 208.99 0.98 0.18
Hex 1 2F 5A 63 30 0 41 D1 62 12
Octal 1 57 132 143 60 0 101 321 142 22
Binary 1 101111 1011010 1100011 110000 0 1000001 11010001 1100010 10010

Color Harmonies of #012F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F5A

Black with #012F5A

Text Example


Text Example

White with #012F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,90); }

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

background-color css

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

 a { background-color: rgb(1,47,90); }

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

border-color css

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

 span { border-color: rgb(1,47,90); }

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