#072DA5

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

Shades of International Klein Blue #072DA5

Tints of International Klein Blue #072DA5

Color information

#072DA5 (or 0x072DA5) is unknown color: approx International Klein Blue. HEX triplet: 07, 2D and A5. RGB value is (7,45,165). Sum of RGB (Red+Green+Blue) = 7+45+165=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 165 (64.84% from 255 or 76.04% from 217); Max value from RGB is 165 - color contains mainly: blue. Hex color #072DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DA5 is #F8D25A. Grayscale: #2E2E2E. Windows color (decimal): -16306779 or 10824967. OLE color: 10824967.

HSL color Cylindrical-coordinate representation of color #072DA5: hue angle of 225.57º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DA5 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB745165-
CMYK0.960.7300.35
HSL225.57º91.86%33.73%-
HSV(B)225.57º95.76%64.71%-
XYZ7.824.6436.08-
YUV47.32194.4199.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 45 (17.97% from 255) = 20.74%
BLUE value IS 165 (64.84% from 255) = 76.04%
R=3.23%
G=20.74%
B=76.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7451650.960.7300.35225.5791.8633.73
Hex72DA56049023e25c22
Octal75524514011104334213442
Binary11110110110100101110000010010010100011111000101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,45,165); }

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

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

 a { background-color: rgb(7,45,165); }

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

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

 span { border-color: rgb(7,45,165); }

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