#072378

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

Shades of Sapphire #072378

Tints of Sapphire #072378

Color information

#072378 (or 0x072378) is unknown color: approx Sapphire. HEX triplet: 07, 23 and 78. RGB value is (7,35,120). Sum of RGB (Red+Green+Blue) = 7+35+120=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #072378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072378 is #F8DC87. Grayscale: #232323. Windows color (decimal): -16309384 or 7873287. OLE color: 7873287.

HSL color Cylindrical-coordinate representation of color #072378: hue angle of 225.13º 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 #072378 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB735120-
CMYK0.940.7100.53
HSL225.13º88.98%24.9%-
HSV(B)225.13º94.17%47.06%-
XYZ4.082.618.06-
YUV36.32175.22107.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 120 (47.27% from 255) = 74.07%
R=4.32%
G=21.60%
B=74.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7351200.940.7100.53225.1388.9824.9
Hex723785E47035e15919
Octal74317013610706534113131
Binary111100011111100010111101000111011010111100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072378; }

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

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

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

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

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

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

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

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