#071DAB

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

Shades of International Klein Blue #071DAB

Tints of International Klein Blue #071DAB

Color information

#071DAB (or 0x071DAB) is unknown color: approx International Klein Blue. HEX triplet: 07, 1D and AB. RGB value is (7,29,171). Sum of RGB (Red+Green+Blue) = 7+29+171=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #071DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071DAB is #F8E254. Grayscale: #262626. Windows color (decimal): -16310869 or 11214087. OLE color: 11214087.

HSL color Cylindrical-coordinate representation of color #071DAB: hue angle of 231.95º 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 #071DAB is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB729171-
CMYK0.960.8300.33
HSL231.95º92.13%34.9%-
HSV(B)231.95º95.91%67.06%-
XYZ7.883.8638.86-
YUV38.61202.71105.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 171 (67.19% from 255) = 82.61%
R=3.38%
G=14.01%
B=82.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7291710.960.8300.33231.9592.1334.9
Hex71DAB6053021e85c23
Octal73525314012304135013443
Binary1111110110101011110000010100110100001111010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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