#09279F

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

Shades of International Klein Blue #09279F

Tints of International Klein Blue #09279F

Color information

#09279F (or 0x09279F) is unknown color: approx International Klein Blue. HEX triplet: 09, 27 and 9F. RGB value is (9,39,159). Sum of RGB (Red+Green+Blue) = 9+39+159=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #09279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09279F is #F6D860. Grayscale: #2B2B2B. Windows color (decimal): -16177249 or 10430217. OLE color: 10430217.

HSL color Cylindrical-coordinate representation of color #09279F: hue angle of 228º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09279F is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB939159-
CMYK0.940.7500.38
HSL228º89.29%32.94%-
HSV(B)228º94.34%62.35%-
XYZ7.14.0133.2-
YUV43.71193.06103.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 159 (62.5% from 255) = 76.81%
R=4.35%
G=18.84%
B=76.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9391590.940.7500.3822889.2932.94
Hex9279F5E4B026e45921
Octal114723713611304634413141
Binary100110011110011111101111010010110100110111001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09279F; }

 p { color: rgb(9,39,159); }

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

<style>
 a { background-color: #09279F; }

 a { background-color: rgb(9,39,159); }

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

<style>
 span { border-color: #09279F; }

 span { border-color: rgb(9,39,159); }

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