Html Css Color HEX #0220C0 International Klein Blue

📋 copy color: '#0220C0'

red 2 ◦ green 32 ◦ blue 192

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

Shades of International Klein Blue #0220C0

Tints of International Klein Blue #0220C0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 0.88%
G = 14.16%
B = 84.96%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0220C0 (or 0x0220C0) is known color: International Klein Blue. HEX triplet: 02, 20 and C0. RGB value is (2,32,192). Sum of RGB (Red+Green+Blue) = 2+32+192=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 192 (75.39% from 255 or 84.96% from 226); Max value from RGB is 192 - color contains mainly: blue. Hex color #0220C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0220C0 is #FDDF3F. Grayscale: #282828. Windows color (decimal): -16637760 or 12591106. OLE color: 12591106.

HSL color Cylindrical-coordinate representation of color #0220C0: hue angle of 230.53º 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 #0220C0 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 32 192 -
CMYK 0.99 0.83 0 0.25
HSL 230.53º 0.98% 0.38% -
HSV(B) 230.53º 0.99% 0.75% -
XYZ 10.06 4.85 50.28 -
YUV 41.27 213.06 99.99 -
System Red Green Blue C M Y K H S L
Decimal 2 32 192 0.99 0.83 0 0.25 230.53 0.98 0.38
Hex 2 20 C0 63 53 0 19 E7 62 26
Octal 2 40 300 143 123 0 31 347 142 46
Binary 10 100000 11000000 1100011 1010011 0 11001 11100111 1100010 100110

Color Harmonies of #0220C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0220C0

Black with #0220C0

Text Example


Text Example

White with #0220C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0220C0; }

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

 H1.HeaderClassName
 {
   color: #0220C0;
 }
 .AnyTagClassName
 {
   color: #0220C0;
 }
</style>

background-color css

<style>
 a { background-color: #0220C0; }

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

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

border-color css

<style>
 span { border-color: #0220C0; }

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

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