Html Css Color HEX #022F5E Prussian Blue

📋 copy color: '#022F5E'

red 2 ◦ green 47 ◦ blue 94

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

Shades of Prussian Blue #022F5E

Tints of Prussian Blue #022F5E

RGB

 RED value IS 2 (1.17% from 255) = 1.4%

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

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 1.4%
G = 32.87%
B = 65.73%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#022F5E (or 0x022F5E) is known color: Prussian Blue. HEX triplet: 02, 2F and 5E. RGB value is (2,47,94). Sum of RGB (Red+Green+Blue) = 2+47+94=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #022F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F5E is #FDD0A1. Grayscale: #262626. Windows color (decimal): -16634018 or 6172418. OLE color: 6172418.

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

Color convert

RGB 2 47 94 -
CMYK 0.98 0.5 0 0.63
HSL 210.65º 0.96% 0.19% -
HSV(B) 210.65º 0.98% 0.37% -
XYZ 3.06 2.85 10.98 -
YUV 38.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 2 47 94 0.98 0.5 0 0.63 210.65 0.96 0.19
Hex 2 2F 5E 62 32 0 3F D3 60 13
Octal 2 57 136 142 62 0 77 323 140 23
Binary 10 101111 1011110 1100010 110010 0 111111 11010011 1100000 10011

Color Harmonies of #022F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F5E

Black with #022F5E

Text Example


Text Example

White with #022F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022F5E; }

 p { color: rgb(2,47,94); }

 H1.HeaderClassName
 {
   color: #022F5E;
 }
 .AnyTagClassName
 {
   color: #022F5E;
 }
</style>

background-color css

<style>
 a { background-color: #022F5E; }

 a { background-color: rgb(2,47,94); }

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

border-color css

<style>
 span { border-color: #022F5E; }

 span { border-color: rgb(2,47,94); }

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