#092A9F

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

Shades of International Klein Blue #092A9F

Tints of International Klein Blue #092A9F

Color information

#092A9F (or 0x092A9F) is unknown color: approx International Klein Blue. HEX triplet: 09, 2A and 9F. RGB value is (9,42,159). Sum of RGB (Red+Green+Blue) = 9+42+159=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #092A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A9F is #F6D560. Grayscale: #2C2C2C. Windows color (decimal): -16176481 or 10430985. OLE color: 10430985.

HSL color Cylindrical-coordinate representation of color #092A9F: hue angle of 226.8º 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 #092A9F is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB942159-
CMYK0.940.7400.38
HSL226.8º89.29%32.94%-
HSV(B)226.8º94.34%62.35%-
XYZ7.24.2233.24-
YUV45.47192.07101.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 75.71%
R=4.29%
G=20%
B=75.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9421590.940.7400.38226.889.2932.94
Hex92A9F5E4A026e35921
Octal115223713611204634313141
Binary100110101010011111101111010010100100110111000111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092A9F; }

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

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

<style>
 a { background-color: #092A9F; }

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

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

<style>
 span { border-color: #092A9F; }

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

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