Html Css Color HEX #022CC6 Persian Blue

📋 copy color: '#022CC6'

red 2 ◦ green 44 ◦ blue 198

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

Shades of Persian Blue #022CC6

Tints of Persian Blue #022CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 81.15%

R = 0.82%
G = 18.03%
B = 81.15%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#022CC6 (or 0x022CC6) is known color: Persian Blue. HEX triplet: 02, 2C and C6. RGB value is (2,44,198). Sum of RGB (Red+Green+Blue) = 2+44+198=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #022CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CC6 is #FDD339. Grayscale: #303030. Windows color (decimal): -16634682 or 12987394. OLE color: 12987394.

HSL color Cylindrical-coordinate representation of color #022CC6: hue angle of 227.14º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CC6 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 44 198 -
CMYK 0.99 0.78 0 0.22
HSL 227.14º 0.98% 0.39% -
HSV(B) 227.14º 0.99% 0.78% -
XYZ 11.12 5.89 53.98 -
YUV 49 212.09 94.48 -
System Red Green Blue C M Y K H S L
Decimal 2 44 198 0.99 0.78 0 0.22 227.14 0.98 0.39
Hex 2 2C C6 63 4E 0 16 E3 62 27
Octal 2 54 306 143 116 0 26 343 142 47
Binary 10 101100 11000110 1100011 1001110 0 10110 11100011 1100010 100111

Color Harmonies of #022CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CC6

Black with #022CC6

Text Example


Text Example

White with #022CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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