#0924AE

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

Shades of International Klein Blue #0924AE

Tints of International Klein Blue #0924AE

Color information

#0924AE (or 0x0924AE) is unknown color: approx International Klein Blue. HEX triplet: 09, 24 and AE. RGB value is (9,36,174). Sum of RGB (Red+Green+Blue) = 9+36+174=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #0924AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924AE is #F6DB51. Grayscale: #2B2B2B. Windows color (decimal): -16178002 or 11412489. OLE color: 11412489.

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

Color convert

RGB936174-
CMYK0.950.7900.32
HSL230.18º90.16%35.88%-
HSV(B)230.18º94.83%68.24%-
XYZ8.384.3840.45-
YUV43.66201.55103.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=4.11%
G=16.44%
B=79.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9361740.950.7900.32230.1890.1635.88
Hex924AE5F4F020e65a24
Octal114425613711704034613244
Binary100110010010101110101111110011110100000111001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0924AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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