#0029A1

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

Shades of International Klein Blue #0029A1

Tints of International Klein Blue #0029A1

Color information

#0029A1 (or 0x0029A1) is unknown color: approx International Klein Blue. HEX triplet: 00, 29 and A1. RGB value is (0,41,161). Sum of RGB (Red+Green+Blue) = 0+41+161=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 161 (63.28% from 255 or 79.70% from 202); Max value from RGB is 161 - color contains mainly: blue. Hex color #0029A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0029A1 is #FFD65E. Grayscale: #292929. Windows color (decimal): -16766559 or 10561792. OLE color: 10561792.

HSL color Cylindrical-coordinate representation of color #0029A1: hue angle of 224.72º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029A1 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB041161-
CMYK10.7500.37
HSL224.72º100%31.57%-
HSV(B)224.72º100%63.14%-
XYZ7.234.1634.14-
YUV42.42194.9297.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 161 (63.28% from 255) = 79.70%
R=0%
G=20.30%
B=79.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal04116110.7500.37224.7210031.57
Hex029A1644B025e16420
Octal05124114411304534114440
Binary010100110100001110010010010110100101111000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0029A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0029A1; }

 p { color: rgb(0,41,161); }

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

<style>
 a { background-color: #0029A1; }

 a { background-color: rgb(0,41,161); }

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

<style>
 span { border-color: #0029A1; }

 span { border-color: rgb(0,41,161); }

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