Html Css Color HEX #0221AD International Klein Blue

📋 copy color: '#0221AD'

red 2 ◦ green 33 ◦ blue 173

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

Shades of International Klein Blue #0221AD

Tints of International Klein Blue #0221AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 173 (67.97% from 255) = 83.17%

R = 0.96%
G = 15.87%
B = 83.17%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0221AD (or 0x0221AD) is known color: International Klein Blue. HEX triplet: 02, 21 and AD. RGB value is (2,33,173). Sum of RGB (Red+Green+Blue) = 2+33+173=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #0221AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0221AD is #FDDE52. Grayscale: #272727. Windows color (decimal): -16637523 or 11346178. OLE color: 11346178.

HSL color Cylindrical-coordinate representation of color #0221AD: hue angle of 229.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221AD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 33 173 -
CMYK 0.99 0.81 0 0.32
HSL 229.12º 0.98% 0.34% -
HSV(B) 229.12º 0.99% 0.68% -
XYZ 8.11 4.12 39.9 -
YUV 39.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 2 33 173 0.99 0.81 0 0.32 229.12 0.98 0.34
Hex 2 21 AD 63 51 0 20 E5 62 22
Octal 2 41 255 143 121 0 40 345 142 42
Binary 10 100001 10101101 1100011 1010001 0 100000 11100101 1100010 100010

Color Harmonies of #0221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221AD

Black with #0221AD

Text Example


Text Example

White with #0221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0221AD; }

 p { color: rgb(2,33,173); }

 H1.HeaderClassName
 {
   color: #0221AD;
 }
 .AnyTagClassName
 {
   color: #0221AD;
 }
</style>

background-color css

<style>
 a { background-color: #0221AD; }

 a { background-color: rgb(2,33,173); }

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

border-color css

<style>
 span { border-color: #0221AD; }

 span { border-color: rgb(2,33,173); }

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