#092AAE

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

Shades of International Klein Blue #092AAE

Tints of International Klein Blue #092AAE

Color information

#092AAE (or 0x092AAE) is unknown color: approx International Klein Blue. HEX triplet: 09, 2A and AE. RGB value is (9,42,174). Sum of RGB (Red+Green+Blue) = 9+42+174=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #092AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAE is #F6D551. Grayscale: #2E2E2E. Windows color (decimal): -16176466 or 11414025. OLE color: 11414025.

HSL color Cylindrical-coordinate representation of color #092AAE: hue angle of 228º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AAE is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB942174-
CMYK0.950.7600.32
HSL228º90.16%35.88%-
HSV(B)228º94.83%68.24%-
XYZ8.584.7740.51-
YUV47.18199.57100.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 174 (68.36% from 255) = 77.33%
R=4%
G=18.67%
B=77.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9421740.950.7600.3222890.1635.88
Hex92AAE5F4C020e45a24
Octal115225613711404034413244
Binary100110101010101110101111110011000100000111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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