Html Css Color HEX #0221BB International Klein Blue

📋 copy color: '#0221BB'

red 2 ◦ green 33 ◦ blue 187

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

Shades of International Klein Blue #0221BB

Tints of International Klein Blue #0221BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 84.23%

R = 0.9%
G = 14.86%
B = 84.23%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0221BB (or 0x0221BB) is known color: International Klein Blue. HEX triplet: 02, 21 and BB. RGB value is (2,33,187). Sum of RGB (Red+Green+Blue) = 2+33+187=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #0221BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221BB is #FDDE44. Grayscale: #282828. Windows color (decimal): -16637509 or 12263682. OLE color: 12263682.

HSL color Cylindrical-coordinate representation of color #0221BB: hue angle of 229.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221BB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 33 187 -
CMYK 0.99 0.82 0 0.27
HSL 229.95º 0.98% 0.37% -
HSV(B) 229.95º 0.99% 0.73% -
XYZ 9.54 4.69 47.42 -
YUV 41.29 210.23 99.98 -
System Red Green Blue C M Y K H S L
Decimal 2 33 187 0.99 0.82 0 0.27 229.95 0.98 0.37
Hex 2 21 BB 63 52 0 1B E6 62 25
Octal 2 41 273 143 122 0 33 346 142 45
Binary 10 100001 10111011 1100011 1010010 0 11011 11100110 1100010 100101

Color Harmonies of #0221BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0221BB

Black with #0221BB

Text Example


Text Example

White with #0221BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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