#071F9C

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

Shades of International Klein Blue #071F9C

Tints of International Klein Blue #071F9C

Color information

#071F9C (or 0x071F9C) is unknown color: approx International Klein Blue. HEX triplet: 07, 1F and 9C. RGB value is (7,31,156). Sum of RGB (Red+Green+Blue) = 7+31+156=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #071F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F9C is #F8E063. Grayscale: #252525. Windows color (decimal): -16310372 or 10231559. OLE color: 10231559.

HSL color Cylindrical-coordinate representation of color #071F9C: hue angle of 230.34º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071F9C is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB731156-
CMYK0.960.8000.39
HSL230.34º91.41%31.96%-
HSV(B)230.34º95.51%61.18%-
XYZ6.583.4331.77-
YUV38.07194.55105.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 156 (61.33% from 255) = 80.41%
R=3.61%
G=15.98%
B=80.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7311560.960.8000.39230.3491.4131.96
Hex71F9C6050027e65b20
Octal73723414012004734613340
Binary1111111110011100110000010100000100111111001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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