#071FAA

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

Shades of International Klein Blue #071FAA

Tints of International Klein Blue #071FAA

Color information

#071FAA (or 0x071FAA) is unknown color: approx International Klein Blue. HEX triplet: 07, 1F and AA. RGB value is (7,31,170). Sum of RGB (Red+Green+Blue) = 7+31+170=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #071FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071FAA is #F8E055. Grayscale: #272727. Windows color (decimal): -16310358 or 11149063. OLE color: 11149063.

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

Color convert

RGB731170-
CMYK0.960.8200.33
HSL231.17º92.09%34.71%-
HSV(B)231.17º95.88%66.67%-
XYZ7.833.9338.38-
YUV39.67201.55104.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 170 (66.80% from 255) = 81.73%
R=3.37%
G=14.90%
B=81.73%

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
Decimal7311700.960.8200.33231.1792.0934.71
Hex71FAA6052021e75c23
Octal73725214012204134713443
Binary1111111110101010110000010100100100001111001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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