#071FC0

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

Shades of International Klein Blue #071FC0

Tints of International Klein Blue #071FC0

Color information

#071FC0 (or 0x071FC0) is unknown color: approx International Klein Blue. HEX triplet: 07, 1F and C0. RGB value is (7,31,192). Sum of RGB (Red+Green+Blue) = 7+31+192=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 192 (75.39% from 255 or 83.48% from 230); Max value from RGB is 192 - color contains mainly: blue. Hex color #071FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FC0 is #F8E03F. Grayscale: #292929. Windows color (decimal): -16310336 or 12590855. OLE color: 12590855.

HSL color Cylindrical-coordinate representation of color #071FC0: hue angle of 232.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071FC0 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB731192-
CMYK0.960.8400.25
HSL232.22º92.96%39.02%-
HSV(B)232.22º96.35%75.29%-
XYZ10.094.8350.27-
YUV42.18212.55102.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 192 (75.39% from 255) = 83.48%
R=3.04%
G=13.48%
B=83.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7311920.960.8400.25232.2292.9639.02
Hex71FC06054019e85d27
Octal73730014012403135013547
Binary111111111100000011000001010100011001111010001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,192); }

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

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

 a { background-color: rgb(7,31,192); }

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

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

 span { border-color: rgb(7,31,192); }

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