Html Css Color HEX #022F66 Prussian Blue

📋 copy color: '#022F66'

red 2 ◦ green 47 ◦ blue 102

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

Shades of Prussian Blue #022F66

Tints of Prussian Blue #022F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 67.55%

R = 1.32%
G = 31.13%
B = 67.55%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022F66 (or 0x022F66) is known color: Prussian Blue. HEX triplet: 02, 2F and 66. RGB value is (2,47,102). Sum of RGB (Red+Green+Blue) = 2+47+102=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #022F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F66 is #FDD099. Grayscale: #272727. Windows color (decimal): -16634010 or 6696706. OLE color: 6696706.

HSL color Cylindrical-coordinate representation of color #022F66: hue angle of 213º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F66 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 47 102 -
CMYK 0.98 0.54 0 0.6
HSL 213º 0.96% 0.2% -
HSV(B) 213º 0.98% 0.4% -
XYZ 3.44 3.01 12.97 -
YUV 39.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 2 47 102 0.98 0.54 0 0.6 213 0.96 0.2
Hex 2 2F 66 62 36 0 3C D5 60 14
Octal 2 57 146 142 66 0 74 325 140 24
Binary 10 101111 1100110 1100010 110110 0 111100 11010101 1100000 10100

Color Harmonies of #022F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F66

Black with #022F66

Text Example


Text Example

White with #022F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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