#0229A7

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

Shades of International Klein Blue #0229A7

Tints of International Klein Blue #0229A7

Color information

#0229A7 (or 0x0229A7) is unknown color: approx International Klein Blue. HEX triplet: 02, 29 and A7. RGB value is (2,41,167). Sum of RGB (Red+Green+Blue) = 2+41+167=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 167 (65.62% from 255 or 79.52% from 210); Max value from RGB is 167 - color contains mainly: blue. Hex color #0229A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0229A7 is #FDD658. Grayscale: #2B2B2B. Windows color (decimal): -16635481 or 10955010. OLE color: 10955010.

HSL color Cylindrical-coordinate representation of color #0229A7: hue angle of 225.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229A7 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB241167-
CMYK0.990.7500.35
HSL225.82º97.63%33.14%-
HSV(B)225.82º98.8%65.49%-
XYZ7.794.3937-
YUV43.7197.5898.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 167 (65.62% from 255) = 79.52%
R=0.95%
G=19.52%
B=79.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2411670.990.7500.35225.8297.6333.14
Hex229A7634B023e26221
Octal25124714311304334214241
Binary1010100110100111110001110010110100011111000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0229A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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