#022F6B

Color #022F6B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #022F6B

Tints of Prussian Blue #022F6B

Color information

#022F6B (or 0x022F6B) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 6B. RGB value is (2,47,107). Sum of RGB (Red+Green+Blue) = 2+47+107=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #022F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6B is #FDD094. Grayscale: #282828. Windows color (decimal): -16634005 or 7024386. OLE color: 7024386.

HSL color Cylindrical-coordinate representation of color #022F6B: hue angle of 214.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6B is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB247107-
CMYK0.980.5600.58
HSL214.29º96.33%21.37%-
HSV(B)214.29º98.13%41.96%-
XYZ3.73.1114.31-
YUV40.38165.59100.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=1.28%
G=30.13%
B=68.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2471070.980.5600.58214.2996.3321.37
Hex22F6B623803Ad66015
Octal2571531427007232614025
Binary1010111111010111100010111000011101011010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022F6B;
 }
 .AnyTagClassName
 {
   color: #022F6B;
 }
</style>
background-color css

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

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

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

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

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

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