#09209C

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

Shades of International Klein Blue #09209C

Tints of International Klein Blue #09209C

Color information

#09209C (or 0x09209C) is unknown color: approx International Klein Blue. HEX triplet: 09, 20 and 9C. RGB value is (9,32,156). Sum of RGB (Red+Green+Blue) = 9+32+156=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #09209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09209C is #F6DF63. Grayscale: #262626. Windows color (decimal): -16179044 or 10231817. OLE color: 10231817.

HSL color Cylindrical-coordinate representation of color #09209C: hue angle of 230.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09209C is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB932156-
CMYK0.940.7900.39
HSL230.61º89.09%32.35%-
HSV(B)230.61º94.23%61.18%-
XYZ6.633.4931.78-
YUV39.26193.88106.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 156 (61.33% from 255) = 79.19%
R=4.57%
G=16.24%
B=79.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9321560.940.7900.39230.6189.0932.35
Hex9209C5E4F027e75920
Octal114023413611704734713140
Binary100110000010011100101111010011110100111111001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09209C; }

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

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

<style>
 a { background-color: #09209C; }

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

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

<style>
 span { border-color: #09209C; }

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

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