#0918B2

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

Shades of International Klein Blue #0918B2

Tints of International Klein Blue #0918B2

Color information

#0918B2 (or 0x0918B2) is unknown color: approx International Klein Blue. HEX triplet: 09, 18 and B2. RGB value is (9,24,178). Sum of RGB (Red+Green+Blue) = 9+24+178=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 178 (69.92% from 255 or 84.36% from 211); Max value from RGB is 178 - color contains mainly: blue. Hex color #0918B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0918B2 is #F6E74D. Grayscale: #242424. Windows color (decimal): -16181070 or 11671561. OLE color: 11671561.

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

Color convert

RGB924178-
CMYK0.950.8700.30
HSL234.67º90.37%36.67%-
HSV(B)234.67º94.94%69.8%-
XYZ8.483.9342.43-
YUV37.07207.53107.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 178 (69.92% from 255) = 84.36%
R=4.27%
G=11.37%
B=84.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal9241780.950.8700.30234.6790.3736.67
Hex918B25F5701Eeb5a25
Octal113026213712703635313245
Binary1001110001011001010111111010111011110111010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0918B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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