Html Css Color HEX #022C66 Prussian Blue

📋 copy color: '#022C66'

red 2 ◦ green 44 ◦ blue 102

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

Shades of Prussian Blue #022C66

Tints of Prussian Blue #022C66

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.73%

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

R = 1.35%
G = 29.73%
B = 68.92%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022C66 (or 0x022C66) is known color: Prussian Blue. HEX triplet: 02, 2C and 66. RGB value is (2,44,102). Sum of RGB (Red+Green+Blue) = 2+44+102=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #022C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C66 is #FDD399. Grayscale: #252525. Windows color (decimal): -16634778 or 6695938. OLE color: 6695938.

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

Color convert

RGB 2 44 102 -
CMYK 0.98 0.57 0 0.6
HSL 214.8º 0.96% 0.2% -
HSV(B) 214.8º 0.98% 0.4% -
XYZ 3.32 2.77 12.93 -
YUV 38.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 2 44 102 0.98 0.57 0 0.6 214.8 0.96 0.2
Hex 2 2C 66 62 39 0 3C D7 60 14
Octal 2 54 146 142 71 0 74 327 140 24
Binary 10 101100 1100110 1100010 111001 0 111100 11010111 1100000 10100

Color Harmonies of #022C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C66

Black with #022C66

Text Example


Text Example

White with #022C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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