#071FAB

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

Shades of International Klein Blue #071FAB

Tints of International Klein Blue #071FAB

Color information

#071FAB (or 0x071FAB) is unknown color: approx International Klein Blue. HEX triplet: 07, 1F and AB. RGB value is (7,31,171). Sum of RGB (Red+Green+Blue) = 7+31+171=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #071FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071FAB is #F8E054. Grayscale: #272727. Windows color (decimal): -16310357 or 11214599. OLE color: 11214599.

HSL color Cylindrical-coordinate representation of color #071FAB: hue angle of 231.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071FAB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB731171-
CMYK0.960.8200.33
HSL231.22º92.13%34.9%-
HSV(B)231.22º95.91%67.06%-
XYZ7.933.9738.88-
YUV39.78202.05104.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=3.35%
G=14.83%
B=81.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7311710.960.8200.33231.2292.1334.9
Hex71FAB6052021e75c23
Octal73725314012204134713443
Binary1111111110101011110000010100100100001111001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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