#072AAC

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

Shades of International Klein Blue #072AAC

Tints of International Klein Blue #072AAC

Color information

#072AAC (or 0x072AAC) is unknown color: approx International Klein Blue. HEX triplet: 07, 2A and AC. RGB value is (7,42,172). Sum of RGB (Red+Green+Blue) = 7+42+172=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #072AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AAC is #F8D553. Grayscale: #2D2D2D. Windows color (decimal): -16307540 or 11282951. OLE color: 11282951.

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

Color convert

RGB742172-
CMYK0.960.7600.33
HSL227.27º92.18%35.1%-
HSV(B)227.27º95.93%67.45%-
XYZ8.364.6839.49-
YUV46.36198.999.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 172 (67.58% from 255) = 77.83%
R=3.17%
G=19.00%
B=77.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7421720.960.7600.33227.2792.1835.1
Hex72AAC604C021e35c23
Octal75225414011404134313443
Binary11110101010101100110000010011000100001111000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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