Html Css Color HEX #0221BF International Klein Blue

📋 copy color: '#0221BF'

red 2 ◦ green 33 ◦ blue 191

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

Shades of International Klein Blue #0221BF

Tints of International Klein Blue #0221BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 84.51%

R = 0.88%
G = 14.6%
B = 84.51%

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

#0221BF (or 0x0221BF) is known color: International Klein Blue. HEX triplet: 02, 21 and BF. RGB value is (2,33,191). Sum of RGB (Red+Green+Blue) = 2+33+191=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #0221BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221BF is #FDDE40. Grayscale: #292929. Windows color (decimal): -16637505 or 12525826. OLE color: 12525826.

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

Color convert

RGB 2 33 191 -
CMYK 0.99 0.83 0 0.25
HSL 230.16º 0.98% 0.38% -
HSV(B) 230.16º 0.99% 0.75% -
XYZ 9.97 4.86 49.7 -
YUV 41.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 2 33 191 0.99 0.83 0 0.25 230.16 0.98 0.38
Hex 2 21 BF 63 53 0 19 E6 62 26
Octal 2 41 277 143 123 0 31 346 142 46
Binary 10 100001 10111111 1100011 1010011 0 11001 11100110 1100010 100110

Color Harmonies of #0221BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221BF

Black with #0221BF

Text Example


Text Example

White with #0221BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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