#071B9C

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

Shades of International Klein Blue #071B9C

Tints of International Klein Blue #071B9C

Color information

#071B9C (or 0x071B9C) is unknown color: approx International Klein Blue. HEX triplet: 07, 1B and 9C. RGB value is (7,27,156). Sum of RGB (Red+Green+Blue) = 7+27+156=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #071B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071B9C is #F8E463. Grayscale: #232323. Windows color (decimal): -16311396 or 10230535. OLE color: 10230535.

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

Color convert

RGB727156-
CMYK0.960.8300.39
HSL231.95º91.41%31.96%-
HSV(B)231.95º95.51%61.18%-
XYZ6.483.2331.73-
YUV35.73195.87107.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 156 (61.33% from 255) = 82.11%
R=3.68%
G=14.21%
B=82.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7271560.960.8300.39231.9591.4131.96
Hex71B9C6053027e85b20
Octal73323414012304735013340
Binary1111101110011100110000010100110100111111010001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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