#0724AE

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

Shades of International Klein Blue #0724AE

Tints of International Klein Blue #0724AE

Color information

#0724AE (or 0x0724AE) is unknown color: approx International Klein Blue. HEX triplet: 07, 24 and AE. RGB value is (7,36,174). Sum of RGB (Red+Green+Blue) = 7+36+174=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #0724AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0724AE is #F8DB51. Grayscale: #2A2A2A. Windows color (decimal): -16309074 or 11412487. OLE color: 11412487.

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

Color convert

RGB736174-
CMYK0.960.7900.32
HSL229.58º92.27%35.49%-
HSV(B)229.58º95.98%68.24%-
XYZ8.364.3640.45-
YUV43.06201.89102.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=3.23%
G=16.59%
B=80.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7361740.960.7900.32229.5892.2735.49
Hex724AE604F020e65c23
Octal74425614011704034613443
Binary11110010010101110110000010011110100000111001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0724AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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