#092BAE

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

Shades of International Klein Blue #092BAE

Tints of International Klein Blue #092BAE

Color information

#092BAE (or 0x092BAE) is unknown color: approx International Klein Blue. HEX triplet: 09, 2B and AE. RGB value is (9,43,174). Sum of RGB (Red+Green+Blue) = 9+43+174=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #092BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092BAE is #F6D451. Grayscale: #2F2F2F. Windows color (decimal): -16176210 or 11414281. OLE color: 11414281.

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

Color convert

RGB943174-
CMYK0.950.7500.32
HSL227.64º90.16%35.88%-
HSV(B)227.64º94.83%68.24%-
XYZ8.624.8440.52-
YUV47.77199.24100.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=3.98%
G=19.03%
B=76.99%

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
Decimal9431740.950.7500.32227.6490.1635.88
Hex92BAE5F4B020e45a24
Octal115325613711304034413244
Binary100110101110101110101111110010110100000111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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