#0918AE

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

Shades of International Klein Blue #0918AE

Tints of International Klein Blue #0918AE

Color information

#0918AE (or 0x0918AE) is unknown color: approx International Klein Blue. HEX triplet: 09, 18 and AE. RGB value is (9,24,174). Sum of RGB (Red+Green+Blue) = 9+24+174=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #0918AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0918AE is #F6E751. Grayscale: #242424. Windows color (decimal): -16181074 or 11409417. OLE color: 11409417.

HSL color Cylindrical-coordinate representation of color #0918AE: hue angle of 234.55º 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 #0918AE is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB924174-
CMYK0.950.8600.32
HSL234.55º90.16%35.88%-
HSV(B)234.55º94.83%68.24%-
XYZ8.083.7740.35-
YUV36.62205.53108.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 174 (68.36% from 255) = 84.06%
R=4.35%
G=11.59%
B=84.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9241740.950.8600.32234.5590.1635.88
Hex918AE5F56020eb5a24
Octal113025613712604035313244
Binary10011100010101110101111110101100100000111010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0918AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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