#092CAE

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

Shades of International Klein Blue #092CAE

Tints of International Klein Blue #092CAE

Color information

#092CAE (or 0x092CAE) is unknown color: approx International Klein Blue. HEX triplet: 09, 2C and AE. RGB value is (9,44,174). Sum of RGB (Red+Green+Blue) = 9+44+174=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #092CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092CAE is #F6D351. Grayscale: #2F2F2F. Windows color (decimal): -16175954 or 11414537. OLE color: 11414537.

HSL color Cylindrical-coordinate representation of color #092CAE: hue angle of 227.27º 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 #092CAE is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB944174-
CMYK0.950.7500.32
HSL227.27º90.16%35.88%-
HSV(B)227.27º94.83%68.24%-
XYZ8.654.9240.54-
YUV48.36198.999.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 174 (68.36% from 255) = 76.65%
R=3.96%
G=19.38%
B=76.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9441740.950.7500.32227.2790.1635.88
Hex92CAE5F4B020e35a24
Octal115425613711304034313244
Binary100110110010101110101111110010110100000111000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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