#0222BF

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

Shades of International Klein Blue #0222BF

Tints of International Klein Blue #0222BF

Color information

#0222BF (or 0x0222BF) is unknown color: approx International Klein Blue. HEX triplet: 02, 22 and BF. RGB value is (2,34,191). Sum of RGB (Red+Green+Blue) = 2+34+191=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #0222BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222BF is #FDDD40. Grayscale: #292929. Windows color (decimal): -16637249 or 12526082. OLE color: 12526082.

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

Color convert

RGB234191-
CMYK0.990.8200.25
HSL229.84º97.93%37.84%-
HSV(B)229.84º98.95%74.9%-
XYZ104.9249.71-
YUV42.33211.999.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 191 (75% from 255) = 84.14%
R=0.88%
G=14.98%
B=84.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2341910.990.8200.25229.8497.9337.84
Hex222BF6352019e66226
Octal24227714312203134614246
Binary101000101011111111000111010010011001111001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0222BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0222BF;
 }
 .AnyTagClassName
 {
   color: #0222BF;
 }
</style>
background-color css

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

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

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

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

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

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