#072E9E

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

Shades of International Klein Blue #072E9E

Tints of International Klein Blue #072E9E

Color information

#072E9E (or 0x072E9E) is unknown color: approx International Klein Blue. HEX triplet: 07, 2E and 9E. RGB value is (7,46,158). Sum of RGB (Red+Green+Blue) = 7+46+158=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #072E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E9E is #F8D161. Grayscale: #2E2E2E. Windows color (decimal): -16306530 or 10366471. OLE color: 10366471.

HSL color Cylindrical-coordinate representation of color #072E9E: hue angle of 224.5º degrees, saturation: 0.92, 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 #072E9E is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB746158-
CMYK0.960.7100.38
HSL224.5º91.52%32.35%-
HSV(B)224.5º95.57%61.96%-
XYZ7.244.4732.83-
YUV47.11190.5899.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 158 (62.11% from 255) = 74.88%
R=3.32%
G=21.80%
B=74.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7461580.960.7100.38224.591.5232.35
Hex72E9E6047026e15c20
Octal75623614010704634113440
Binary11110111010011110110000010001110100110111000011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,46,158); }

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

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

 a { background-color: rgb(7,46,158); }

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

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

 span { border-color: rgb(7,46,158); }

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