Html Css Color HEX #022F56 Prussian Blue

📋 copy color: '#022F56'

red 2 ◦ green 47 ◦ blue 86

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

Shades of Prussian Blue #022F56

Tints of Prussian Blue #022F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 1.48%
G = 34.81%
B = 63.7%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#022F56 (or 0x022F56) is known color: Prussian Blue. HEX triplet: 02, 2F and 56. RGB value is (2,47,86). Sum of RGB (Red+Green+Blue) = 2+47+86=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #022F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F56 is #FDD0A9. Grayscale: #252525. Windows color (decimal): -16634026 or 5648130. OLE color: 5648130.

HSL color Cylindrical-coordinate representation of color #022F56: hue angle of 207.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F56 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 47 86 -
CMYK 0.98 0.45 0 0.66
HSL 207.86º 0.95% 0.17% -
HSV(B) 207.86º 0.98% 0.34% -
XYZ 2.72 2.72 9.19 -
YUV 37.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 2 47 86 0.98 0.45 0 0.66 207.86 0.95 0.17
Hex 2 2F 56 62 2D 0 42 D0 5F 11
Octal 2 57 126 142 55 0 102 320 137 21
Binary 10 101111 1010110 1100010 101101 0 1000010 11010000 1011111 10001

Color Harmonies of #022F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F56

Black with #022F56

Text Example


Text Example

White with #022F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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