#0221BF

Color #0221BF International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0221BF

Tints of International Klein Blue #0221BF

Color information

#0221BF (or 0x0221BF) is unknown color: approx 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

RGB233191-
CMYK0.990.8300.25
HSL230.16º97.93%37.84%-
HSV(B)230.16º98.95%74.9%-
XYZ9.974.8649.7-
YUV41.74212.2399.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 191 (75% from 255) = 84.51%
R=0.88%
G=14.60%
B=84.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2331910.990.8300.25230.1697.9337.84
Hex221BF6353019e66226
Octal24127714312303134614246
Binary101000011011111111000111010011011001111001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0221BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>