Html Css Color HEX #022CC0 International Klein Blue

📋 copy color: '#022CC0'

red 2 ◦ green 44 ◦ blue 192

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

Shades of International Klein Blue #022CC0

Tints of International Klein Blue #022CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 80.67%

R = 0.84%
G = 18.49%
B = 80.67%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#022CC0 (or 0x022CC0) is known color: International Klein Blue. HEX triplet: 02, 2C and C0. RGB value is (2,44,192). Sum of RGB (Red+Green+Blue) = 2+44+192=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #022CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CC0 is #FDD33F. Grayscale: #2F2F2F. Windows color (decimal): -16634688 or 12594178. OLE color: 12594178.

HSL color Cylindrical-coordinate representation of color #022CC0: hue angle of 226.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CC0 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 44 192 -
CMYK 0.99 0.77 0 0.25
HSL 226.74º 0.98% 0.38% -
HSV(B) 226.74º 0.99% 0.75% -
XYZ 10.44 5.62 50.4 -
YUV 48.31 209.09 94.97 -
System Red Green Blue C M Y K H S L
Decimal 2 44 192 0.99 0.77 0 0.25 226.74 0.98 0.38
Hex 2 2C C0 63 4D 0 19 E3 62 26
Octal 2 54 300 143 115 0 31 343 142 46
Binary 10 101100 11000000 1100011 1001101 0 11001 11100011 1100010 100110

Color Harmonies of #022CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CC0

Black with #022CC0

Text Example


Text Example

White with #022CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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