#071E99

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

Shades of International Klein Blue #071E99

Tints of International Klein Blue #071E99

Color information

#071E99 (or 0x071E99) is unknown color: approx International Klein Blue. HEX triplet: 07, 1E and 99. RGB value is (7,30,153). Sum of RGB (Red+Green+Blue) = 7+30+153=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #071E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071E99 is #F8E166. Grayscale: #242424. Windows color (decimal): -16310631 or 10034695. OLE color: 10034695.

HSL color Cylindrical-coordinate representation of color #071E99: hue angle of 230.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071E99 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB730153-
CMYK0.950.8000.4
HSL230.55º91.25%31.37%-
HSV(B)230.55º95.42%60%-
XYZ6.33.2730.44-
YUV37.14193.38106.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 153 (60.16% from 255) = 80.53%
R=3.68%
G=15.79%
B=80.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7301530.950.8000.4230.5591.2531.37
Hex71E995F50028e75b1f
Octal73623113712005034713337
Binary111111101001100110111111010000010100011100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E99; }

 p { color: rgb(7,30,153); }

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

<style>
 a { background-color: #071E99; }

 a { background-color: rgb(7,30,153); }

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

<style>
 span { border-color: #071E99; }

 span { border-color: rgb(7,30,153); }

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