#0929AE

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

Shades of International Klein Blue #0929AE

Tints of International Klein Blue #0929AE

Color information

#0929AE (or 0x0929AE) is unknown color: approx International Klein Blue. HEX triplet: 09, 29 and AE. RGB value is (9,41,174). Sum of RGB (Red+Green+Blue) = 9+41+174=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #0929AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929AE is #F6D651. Grayscale: #2E2E2E. Windows color (decimal): -16176722 or 11413769. OLE color: 11413769.

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

Color convert

RGB941174-
CMYK0.950.7600.32
HSL228.36º90.16%35.88%-
HSV(B)228.36º94.83%68.24%-
XYZ8.554.740.5-
YUV46.59199.9101.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 174 (68.36% from 255) = 77.68%
R=4.02%
G=18.30%
B=77.68%

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
Decimal9411740.950.7600.32228.3690.1635.88
Hex929AE5F4C020e45a24
Octal115125613711404034413244
Binary100110100110101110101111110011000100000111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0929AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0929AE; }

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

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

<style>
 a { background-color: #0929AE; }

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

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

<style>
 span { border-color: #0929AE; }

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

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