#0023A9

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

Shades of International Klein Blue #0023A9

Tints of International Klein Blue #0023A9

Color information

#0023A9 (or 0x0023A9) is unknown color: approx International Klein Blue. HEX triplet: 00, 23 and A9. RGB value is (0,35,169). Sum of RGB (Red+Green+Blue) = 0+35+169=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 169 (66.41% from 255 or 82.84% from 204); Max value from RGB is 169 - color contains mainly: blue. Hex color #0023A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0023A9 is #FFDC56. Grayscale: #272727. Windows color (decimal): -16768087 or 11084544. OLE color: 11084544.

HSL color Cylindrical-coordinate representation of color #0023A9: hue angle of 227.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023A9 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB035169-
CMYK10.7900.34
HSL227.57º100%33.14%-
HSV(B)227.57º100%66.27%-
XYZ7.764.0737.91-
YUV39.81200.999.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 169 (66.41% from 255) = 82.84%
R=0%
G=17.16%
B=82.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal03516910.7900.34227.5710033.14
Hex023A9644F022e46421
Octal04325114411704234414441
Binary010001110101001110010010011110100010111001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0023A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0023A9; }

 p { color: rgb(0,35,169); }

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

<style>
 a { background-color: #0023A9; }

 a { background-color: rgb(0,35,169); }

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

<style>
 span { border-color: #0023A9; }

 span { border-color: rgb(0,35,169); }

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