#0229AD

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

Shades of International Klein Blue #0229AD

Tints of International Klein Blue #0229AD

Color information

#0229AD (or 0x0229AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 29 and AD. RGB value is (2,41,173). Sum of RGB (Red+Green+Blue) = 2+41+173=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #0229AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0229AD is #FDD652. Grayscale: #2B2B2B. Windows color (decimal): -16635475 or 11348226. OLE color: 11348226.

HSL color Cylindrical-coordinate representation of color #0229AD: hue angle of 226.32º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229AD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB241173-
CMYK0.990.7600.32
HSL226.32º97.71%34.31%-
HSV(B)226.32º98.84%67.84%-
XYZ8.364.6239.99-
YUV44.39200.5897.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 173 (67.97% from 255) = 80.09%
R=0.93%
G=18.98%
B=80.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2411730.990.7600.32226.3297.7134.31
Hex229AD634C020e26222
Octal25125514311404034214242
Binary1010100110101101110001110011000100000111000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0229AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0229AD; }

 p { color: rgb(2,41,173); }

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

<style>
 a { background-color: #0229AD; }

 a { background-color: rgb(2,41,173); }

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

<style>
 span { border-color: #0229AD; }

 span { border-color: rgb(2,41,173); }

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