Html Css Color HEX #0221C4 International Klein Blue

📋 copy color: '#0221C4'

red 2 ◦ green 33 ◦ blue 196

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

Shades of International Klein Blue #0221C4

Tints of International Klein Blue #0221C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 84.85%

R = 0.87%
G = 14.29%
B = 84.85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0221C4 (or 0x0221C4) is known color: International Klein Blue. HEX triplet: 02, 21 and C4. RGB value is (2,33,196). Sum of RGB (Red+Green+Blue) = 2+33+196=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 196 (76.95% from 255 or 84.85% from 231); Max value from RGB is 196 - color contains mainly: blue. Hex color #0221C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221C4 is #FDDE3B. Grayscale: #292929. Windows color (decimal): -16637500 or 12853506. OLE color: 12853506.

HSL color Cylindrical-coordinate representation of color #0221C4: hue angle of 230.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221C4 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 33 196 -
CMYK 0.99 0.83 0 0.23
HSL 230.41º 0.98% 0.39% -
HSV(B) 230.41º 0.99% 0.77% -
XYZ 10.53 5.09 52.65 -
YUV 42.31 214.73 99.25 -
System Red Green Blue C M Y K H S L
Decimal 2 33 196 0.99 0.83 0 0.23 230.41 0.98 0.39
Hex 2 21 C4 63 53 0 17 E6 62 27
Octal 2 41 304 143 123 0 27 346 142 47
Binary 10 100001 11000100 1100011 1010011 0 10111 11100110 1100010 100111

Color Harmonies of #0221C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221C4

Black with #0221C4

Text Example


Text Example

White with #0221C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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