#0924AB

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

Shades of International Klein Blue #0924AB

Tints of International Klein Blue #0924AB

Color information

#0924AB (or 0x0924AB) is unknown color: approx International Klein Blue. HEX triplet: 09, 24 and AB. RGB value is (9,36,171). Sum of RGB (Red+Green+Blue) = 9+36+171=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #0924AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924AB is #F6DB54. Grayscale: #2A2A2A. Windows color (decimal): -16178005 or 11215881. OLE color: 11215881.

HSL color Cylindrical-coordinate representation of color #0924AB: hue angle of 230º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0924AB is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB936171-
CMYK0.950.7900.33
HSL230º90%35.29%-
HSV(B)230º94.74%67.06%-
XYZ8.094.2638.92-
YUV43.32200.05103.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 171 (67.19% from 255) = 79.17%
R=4.17%
G=16.67%
B=79.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9361710.950.7900.332309035.29
Hex924AB5F4F021e65a23
Octal114425313711704134613243
Binary100110010010101011101111110011110100001111001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0924AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0924AB; }

 p { color: rgb(9,36,171); }

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

<style>
 a { background-color: #0924AB; }

 a { background-color: rgb(9,36,171); }

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

<style>
 span { border-color: #0924AB; }

 span { border-color: rgb(9,36,171); }

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