#0920B6

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

Shades of International Klein Blue #0920B6

Tints of International Klein Blue #0920B6

Color information

#0920B6 (or 0x0920B6) is unknown color: approx International Klein Blue. HEX triplet: 09, 20 and B6. RGB value is (9,32,182). Sum of RGB (Red+Green+Blue) = 9+32+182=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 182 (71.48% from 255 or 81.61% from 223); Max value from RGB is 182 - color contains mainly: blue. Hex color #0920B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920B6 is #F6DF49. Grayscale: #292929. Windows color (decimal): -16179018 or 11935753. OLE color: 11935753.

HSL color Cylindrical-coordinate representation of color #0920B6: hue angle of 232.02º degrees, saturation: 0.91, 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 #0920B6 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB932182-
CMYK0.950.8200.29
HSL232.02º90.58%37.45%-
HSV(B)232.02º95.05%71.37%-
XYZ9.074.4744.64-
YUV42.22206.88104.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 182 (71.48% from 255) = 81.61%
R=4.04%
G=14.35%
B=81.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9321820.950.8200.29232.0290.5837.45
Hex920B65F5201De85b25
Octal114026613712203535013345
Binary10011000001011011010111111010010011101111010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0920B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0920B6; }

 p { color: rgb(9,32,182); }

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

<style>
 a { background-color: #0920B6; }

 a { background-color: rgb(9,32,182); }

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

<style>
 span { border-color: #0920B6; }

 span { border-color: rgb(9,32,182); }

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