#0918B4

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

Shades of International Klein Blue #0918B4

Tints of International Klein Blue #0918B4

Color information

#0918B4 (or 0x0918B4) is unknown color: approx International Klein Blue. HEX triplet: 09, 18 and B4. RGB value is (9,24,180). Sum of RGB (Red+Green+Blue) = 9+24+180=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 180 (70.70% from 255 or 84.51% from 213); Max value from RGB is 180 - color contains mainly: blue. Hex color #0918B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918B4 is #F6E74B. Grayscale: #242424. Windows color (decimal): -16181068 or 11802633. OLE color: 11802633.

HSL color Cylindrical-coordinate representation of color #0918B4: hue angle of 234.74º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0918B4 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB924180-
CMYK0.950.8700.29
HSL234.74º90.48%37.06%-
HSV(B)234.74º95%70.59%-
XYZ8.684.0143.5-
YUV37.3208.53107.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 180 (70.70% from 255) = 84.51%
R=4.23%
G=11.27%
B=84.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9241800.950.8700.29234.7490.4837.06
Hex918B45F5701Deb5a25
Octal113026413712703535313245
Binary1001110001011010010111111010111011101111010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0918B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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