#072A9D

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

Shades of International Klein Blue #072A9D

Tints of International Klein Blue #072A9D

Color information

#072A9D (or 0x072A9D) is unknown color: approx International Klein Blue. HEX triplet: 07, 2A and 9D. RGB value is (7,42,157). Sum of RGB (Red+Green+Blue) = 7+42+157=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #072A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072A9D is #F8D562. Grayscale: #2C2C2C. Windows color (decimal): -16307555 or 10299911. OLE color: 10299911.

HSL color Cylindrical-coordinate representation of color #072A9D: hue angle of 226º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072A9D is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB742157-
CMYK0.960.7300.38
HSL226º91.46%32.16%-
HSV(B)226º95.54%61.57%-
XYZ74.1432.33-
YUV44.64191.4101.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 157 (61.72% from 255) = 76.21%
R=3.40%
G=20.39%
B=76.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7421570.960.7300.3822691.4632.16
Hex72A9D6049026e25b20
Octal75223514011104634213340
Binary11110101010011101110000010010010100110111000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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