#0719AE

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

Shades of International Klein Blue #0719AE

Tints of International Klein Blue #0719AE

Color information

#0719AE (or 0x0719AE) is unknown color: approx International Klein Blue. HEX triplet: 07, 19 and AE. RGB value is (7,25,174). Sum of RGB (Red+Green+Blue) = 7+25+174=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #0719AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0719AE is #F8E651. Grayscale: #232323. Windows color (decimal): -16311890 or 11409671. OLE color: 11409671.

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

Color convert

RGB725174-
CMYK0.960.8600.32
HSL233.53º92.27%35.49%-
HSV(B)233.53º95.98%68.24%-
XYZ8.083.840.35-
YUV36.6205.54106.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 174 (68.36% from 255) = 84.47%
R=3.40%
G=12.14%
B=84.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7251740.960.8600.32233.5392.2735.49
Hex719AE6056020ea5c23
Octal73125614012604035213443
Binary1111100110101110110000010101100100000111010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0719AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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