#072FA0

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

Shades of International Klein Blue #072FA0

Tints of International Klein Blue #072FA0

Color information

#072FA0 (or 0x072FA0) is unknown color: approx International Klein Blue. HEX triplet: 07, 2F and A0. RGB value is (7,47,160). Sum of RGB (Red+Green+Blue) = 7+47+160=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #072FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072FA0 is #F8D05F. Grayscale: #2F2F2F. Windows color (decimal): -16306272 or 10497799. OLE color: 10497799.

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

Color convert

RGB747160-
CMYK0.960.7100.37
HSL224.31º91.62%32.75%-
HSV(B)224.31º95.63%62.75%-
XYZ7.454.6233.76-
YUV47.92191.2598.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 160 (62.89% from 255) = 74.77%
R=3.27%
G=21.96%
B=74.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal7471600.960.7100.37224.3191.6232.75
Hex72FA06047025e05c21
Octal75724014010704534013441
Binary11110111110100000110000010001110100101111000001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,47,160); }

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

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

 a { background-color: rgb(7,47,160); }

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

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

 span { border-color: rgb(7,47,160); }

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