#09269C

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

Shades of International Klein Blue #09269C

Tints of International Klein Blue #09269C

Color information

#09269C (or 0x09269C) is unknown color: approx International Klein Blue. HEX triplet: 09, 26 and 9C. RGB value is (9,38,156). Sum of RGB (Red+Green+Blue) = 9+38+156=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #09269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09269C is #F6D963. Grayscale: #2A2A2A. Windows color (decimal): -16177508 or 10233353. OLE color: 10233353.

HSL color Cylindrical-coordinate representation of color #09269C: hue angle of 228.16º 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 #09269C is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB938156-
CMYK0.940.7600.39
HSL228.16º89.09%32.35%-
HSV(B)228.16º94.23%61.18%-
XYZ6.813.8431.84-
YUV42.78191.89103.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=4.43%
G=18.72%
B=76.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9381560.940.7600.39228.1689.0932.35
Hex9269C5E4C027e45920
Octal114623413611404734413140
Binary100110011010011100101111010011000100111111001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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