Html Css Color HEX #0220A0 International Klein Blue

📋 copy color: '#0220A0'

red 2 ◦ green 32 ◦ blue 160

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

Shades of International Klein Blue #0220A0

Tints of International Klein Blue #0220A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 82.47%

R = 1.03%
G = 16.49%
B = 82.47%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0220A0 (or 0x0220A0) is known color: International Klein Blue. HEX triplet: 02, 20 and A0. RGB value is (2,32,160). Sum of RGB (Red+Green+Blue) = 2+32+160=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #0220A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0220A0 is #FDDF5F. Grayscale: #252525. Windows color (decimal): -16637792 or 10493954. OLE color: 10493954.

HSL color Cylindrical-coordinate representation of color #0220A0: hue angle of 228.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220A0 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 32 160 -
CMYK 0.99 0.80 0 0.37
HSL 228.61º 0.98% 0.32% -
HSV(B) 228.61º 0.99% 0.63% -
XYZ 6.89 3.58 33.59 -
YUV 37.62 197.06 102.59 -
System Red Green Blue C M Y K H S L
Decimal 2 32 160 0.99 0.80 0 0.37 228.61 0.98 0.32
Hex 2 20 A0 63 50 0 25 E5 62 20
Octal 2 40 240 143 120 0 45 345 142 40
Binary 10 100000 10100000 1100011 1010000 0 100101 11100101 1100010 100000

Color Harmonies of #0220A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0220A0

Black with #0220A0

Text Example


Text Example

White with #0220A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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