#072478

Color #072478 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #072478

Tints of Sapphire #072478

Color information

#072478 (or 0x072478) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 78. RGB value is (7,36,120). Sum of RGB (Red+Green+Blue) = 7+36+120=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #072478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072478 is #F8DB87. Grayscale: #242424. Windows color (decimal): -16309128 or 7873543. OLE color: 7873543.

HSL color Cylindrical-coordinate representation of color #072478: hue angle of 224.6º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072478 is Cyan = 0.94, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB736120-
CMYK0.940.700.53
HSL224.6º88.98%24.9%-
HSV(B)224.6º94.17%47.06%-
XYZ4.112.6618.07-
YUV36.9174.89106.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=4.29%
G=22.09%
B=73.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7361200.940.700.53224.688.9824.9
Hex724785E46035e15919
Octal74417013610606534113131
Binary111100100111100010111101000110011010111100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072478; }

 p { color: rgb(7,36,120); }

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

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

 a { background-color: rgb(7,36,120); }

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

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

 span { border-color: rgb(7,36,120); }

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