Html Css Color HEX #022AC6 Persian Blue

📋 copy color: '#022AC6'

red 2 ◦ green 42 ◦ blue 198

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

Shades of Persian Blue #022AC6

Tints of Persian Blue #022AC6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

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

R = 0.83%
G = 17.36%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#022AC6 (or 0x022AC6) is known color: Persian Blue. HEX triplet: 02, 2A and C6. RGB value is (2,42,198). Sum of RGB (Red+Green+Blue) = 2+42+198=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 198 (77.73% from 255 or 81.82% from 242); Max value from RGB is 198 - color contains mainly: blue. Hex color #022AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022AC6 is #FDD539. Grayscale: #2F2F2F. Windows color (decimal): -16635194 or 12986882. OLE color: 12986882.

HSL color Cylindrical-coordinate representation of color #022AC6: hue angle of 227.76º 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 #022AC6 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 42 198 -
CMYK 0.99 0.79 0 0.22
HSL 227.76º 0.98% 0.39% -
HSV(B) 227.76º 0.99% 0.78% -
XYZ 11.05 5.75 53.95 -
YUV 47.82 212.75 95.32 -
System Red Green Blue C M Y K H S L
Decimal 2 42 198 0.99 0.79 0 0.22 227.76 0.98 0.39
Hex 2 2A C6 63 4F 0 16 E4 62 27
Octal 2 52 306 143 117 0 26 344 142 47
Binary 10 101010 11000110 1100011 1001111 0 10110 11100100 1100010 100111

Color Harmonies of #022AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AC6

Black with #022AC6

Text Example


Text Example

White with #022AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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