Html Css Color HEX #022F6E Prussian Blue

📋 copy color: '#022F6E'

red 2 ◦ green 47 ◦ blue 110

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

Shades of Prussian Blue #022F6E

Tints of Prussian Blue #022F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 69.18%

R = 1.26%
G = 29.56%
B = 69.18%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#022F6E (or 0x022F6E) is known color: Prussian Blue. HEX triplet: 02, 2F and 6E. RGB value is (2,47,110). Sum of RGB (Red+Green+Blue) = 2+47+110=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #022F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6E is #FDD091. Grayscale: #282828. Windows color (decimal): -16634002 or 7220994. OLE color: 7220994.

HSL color Cylindrical-coordinate representation of color #022F6E: hue angle of 215º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6E is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 47 110 -
CMYK 0.98 0.57 0 0.57
HSL 215º 0.96% 0.22% -
HSV(B) 215º 0.98% 0.43% -
XYZ 3.86 3.17 15.16 -
YUV 40.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 2 47 110 0.98 0.57 0 0.57 215 0.96 0.22
Hex 2 2F 6E 62 39 0 39 D7 60 16
Octal 2 57 156 142 71 0 71 327 140 26
Binary 10 101111 1101110 1100010 111001 0 111001 11010111 1100000 10110

Color Harmonies of #022F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F6E

Black with #022F6E

Text Example


Text Example

White with #022F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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