Html Css Color HEX #022D66 Prussian Blue

📋 copy color: '#022D66'

red 2 ◦ green 45 ◦ blue 102

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

Shades of Prussian Blue #022D66

Tints of Prussian Blue #022D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

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

R = 1.34%
G = 30.2%
B = 68.46%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022D66 (or 0x022D66) is known color: Prussian Blue. HEX triplet: 02, 2D and 66. RGB value is (2,45,102). Sum of RGB (Red+Green+Blue) = 2+45+102=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #022D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D66 is #FDD299. Grayscale: #262626. Windows color (decimal): -16634522 or 6696194. OLE color: 6696194.

HSL color Cylindrical-coordinate representation of color #022D66: hue angle of 214.2º 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 #022D66 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 45 102 -
CMYK 0.98 0.56 0 0.6
HSL 214.2º 0.96% 0.2% -
HSV(B) 214.2º 0.98% 0.4% -
XYZ 3.36 2.85 12.94 -
YUV 38.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 2 45 102 0.98 0.56 0 0.6 214.2 0.96 0.2
Hex 2 2D 66 62 38 0 3C D6 60 14
Octal 2 55 146 142 70 0 74 326 140 24
Binary 10 101101 1100110 1100010 111000 0 111100 11010110 1100000 10100

Color Harmonies of #022D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D66

Black with #022D66

Text Example


Text Example

White with #022D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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