#0918B1

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

Shades of International Klein Blue #0918B1

Tints of International Klein Blue #0918B1

Color information

#0918B1 (or 0x0918B1) is unknown color: approx International Klein Blue. HEX triplet: 09, 18 and B1. RGB value is (9,24,177). Sum of RGB (Red+Green+Blue) = 9+24+177=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 177 (69.53% from 255 or 84.29% from 210); Max value from RGB is 177 - color contains mainly: blue. Hex color #0918B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0918B1 is #F6E74E. Grayscale: #242424. Windows color (decimal): -16181071 or 11606025. OLE color: 11606025.

HSL color Cylindrical-coordinate representation of color #0918B1: hue angle of 234.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0918B1 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB924177-
CMYK0.950.8600.31
HSL234.64º90.32%36.47%-
HSV(B)234.64º94.92%69.41%-
XYZ8.383.8941.9-
YUV36.96207.03108.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 177 (69.53% from 255) = 84.29%
R=4.29%
G=11.43%
B=84.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9241770.950.8600.31234.6490.3236.47
Hex918B15F5601Feb5a24
Octal113026113712603735313244
Binary1001110001011000110111111010110011111111010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0918B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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