Html Css Color HEX #022F4D Prussian Blue

📋 copy color: '#022F4D'

red 2 ◦ green 47 ◦ blue 77

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

Shades of Prussian Blue #022F4D

Tints of Prussian Blue #022F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 1.59%
G = 37.3%
B = 61.11%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#022F4D (or 0x022F4D) is known color: Prussian Blue. HEX triplet: 02, 2F and 4D. RGB value is (2,47,77). Sum of RGB (Red+Green+Blue) = 2+47+77=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #022F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F4D is #FDD0B2. Grayscale: #242424. Windows color (decimal): -16634035 or 5058306. OLE color: 5058306.

HSL color Cylindrical-coordinate representation of color #022F4D: hue angle of 204º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022F4D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 47 77 -
CMYK 0.97 0.39 0 0.70
HSL 204º 0.95% 0.15% -
HSV(B) 204º 0.97% 0.3% -
XYZ 2.38 2.58 7.39 -
YUV 36.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 2 47 77 0.97 0.39 0 0.70 204 0.95 0.15
Hex 2 2F 4D 61 27 0 46 CC 5F F
Octal 2 57 115 141 47 0 106 314 137 17
Binary 10 101111 1001101 1100001 100111 0 1000110 11001100 1011111 1111

Color Harmonies of #022F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F4D

Black with #022F4D

Text Example


Text Example

White with #022F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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