#072AB2

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

Shades of International Klein Blue #072AB2

Tints of International Klein Blue #072AB2

Color information

#072AB2 (or 0x072AB2) is unknown color: approx International Klein Blue. HEX triplet: 07, 2A and B2. RGB value is (7,42,178). Sum of RGB (Red+Green+Blue) = 7+42+178=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 178 (69.92% from 255 or 78.41% from 227); Max value from RGB is 178 - color contains mainly: blue. Hex color #072AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AB2 is #F8D54D. Grayscale: #2E2E2E. Windows color (decimal): -16307534 or 11676167. OLE color: 11676167.

HSL color Cylindrical-coordinate representation of color #072AB2: hue angle of 227.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AB2 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB742178-
CMYK0.960.7600.30
HSL227.72º92.43%36.27%-
HSV(B)227.72º96.07%69.8%-
XYZ8.954.9242.6-
YUV47.04201.999.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 178 (69.92% from 255) = 78.41%
R=3.08%
G=18.50%
B=78.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7421780.960.7600.30227.7292.4336.27
Hex72AB2604C01Ee45c24
Octal75226214011403634413444
Binary1111010101011001011000001001100011110111001001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072AB2; }

 p { color: rgb(7,42,178); }

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

<style>
 a { background-color: #072AB2; }

 a { background-color: rgb(7,42,178); }

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

<style>
 span { border-color: #072AB2; }

 span { border-color: rgb(7,42,178); }

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