#0729AE

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

Shades of International Klein Blue #0729AE

Tints of International Klein Blue #0729AE

Color information

#0729AE (or 0x0729AE) is unknown color: approx International Klein Blue. HEX triplet: 07, 29 and AE. RGB value is (7,41,174). Sum of RGB (Red+Green+Blue) = 7+41+174=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #0729AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0729AE is #F8D651. Grayscale: #2D2D2D. Windows color (decimal): -16307794 or 11413767. OLE color: 11413767.

HSL color Cylindrical-coordinate representation of color #0729AE: hue angle of 227.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0729AE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB741174-
CMYK0.960.7600.32
HSL227.78º92.27%35.49%-
HSV(B)227.78º95.98%68.24%-
XYZ8.524.6940.5-
YUV46200.24100.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 174 (68.36% from 255) = 78.38%
R=3.15%
G=18.47%
B=78.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7411740.960.7600.32227.7892.2735.49
Hex729AE604C020e45c23
Octal75125614011404034413443
Binary11110100110101110110000010011000100000111001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0729AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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