#071E98

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

Shades of International Klein Blue #071E98

Tints of International Klein Blue #071E98

Color information

#071E98 (or 0x071E98) is unknown color: approx International Klein Blue. HEX triplet: 07, 1E and 98. RGB value is (7,30,152). Sum of RGB (Red+Green+Blue) = 7+30+152=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #071E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071E98 is #F8E167. Grayscale: #242424. Windows color (decimal): -16310632 or 9969159. OLE color: 9969159.

HSL color Cylindrical-coordinate representation of color #071E98: hue angle of 230.48º 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 #071E98 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB730152-
CMYK0.950.8000.40
HSL230.48º91.19%31.18%-
HSV(B)230.48º95.39%59.61%-
XYZ6.223.2430-
YUV37.03192.88106.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 152 (59.77% from 255) = 80.42%
R=3.70%
G=15.87%
B=80.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7301520.950.8000.40230.4891.1931.18
Hex71E985F50028e65b1f
Octal73623013712005034613337
Binary111111101001100010111111010000010100011100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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