#072CAB

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

Shades of International Klein Blue #072CAB

Tints of International Klein Blue #072CAB

Color information

#072CAB (or 0x072CAB) is unknown color: approx International Klein Blue. HEX triplet: 07, 2C and AB. RGB value is (7,44,171). Sum of RGB (Red+Green+Blue) = 7+44+171=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #072CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072CAB is #F8D354. Grayscale: #2E2E2E. Windows color (decimal): -16307029 or 11217927. OLE color: 11217927.

HSL color Cylindrical-coordinate representation of color #072CAB: hue angle of 226.46º 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 #072CAB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB744171-
CMYK0.960.7400.33
HSL226.46º92.13%34.9%-
HSV(B)226.46º95.91%67.06%-
XYZ8.344.7939.01-
YUV47.42197.7499.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 171 (67.19% from 255) = 77.03%
R=3.15%
G=19.82%
B=77.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7441710.960.7400.33226.4692.1334.9
Hex72CAB604A021e25c23
Octal75425314011204134213443
Binary11110110010101011110000010010100100001111000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,171); }

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

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

 a { background-color: rgb(7,44,171); }

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

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

 span { border-color: rgb(7,44,171); }

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