#0729A7

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

Shades of International Klein Blue #0729A7

Tints of International Klein Blue #0729A7

Color information

#0729A7 (or 0x0729A7) is unknown color: approx International Klein Blue. HEX triplet: 07, 29 and A7. RGB value is (7,41,167). Sum of RGB (Red+Green+Blue) = 7+41+167=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #0729A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0729A7 is #F8D658. Grayscale: #2C2C2C. Windows color (decimal): -16307801 or 10955015. OLE color: 10955015.

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

Color convert

RGB741167-
CMYK0.960.7500.35
HSL227.25º91.95%34.12%-
HSV(B)227.25º95.81%65.49%-
XYZ7.864.4237-
YUV45.2196.74100.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 167 (65.62% from 255) = 77.67%
R=3.26%
G=19.07%
B=77.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7411670.960.7500.35227.2591.9534.12
Hex729A7604B023e35c22
Octal75124714011304334313442
Binary11110100110100111110000010010110100011111000111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0729A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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