#072568

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

Shades of Sapphire #072568

Tints of Sapphire #072568

Color information

#072568 (or 0x072568) is unknown color: approx Sapphire. HEX triplet: 07, 25 and 68. RGB value is (7,37,104). Sum of RGB (Red+Green+Blue) = 7+37+104=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #072568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072568 is #F8DA97. Grayscale: #232323. Windows color (decimal): -16308888 or 6825223. OLE color: 6825223.

HSL color Cylindrical-coordinate representation of color #072568: hue angle of 221.44º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072568 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB737104-
CMYK0.930.6400.59
HSL221.44º87.39%21.76%-
HSV(B)221.44º93.27%40.78%-
XYZ3.252.3713.38-
YUV35.67166.56107.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=4.73%
G=25%
B=70.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7371040.930.6400.59221.4487.3921.76
Hex725685D4003Bdd5716
Octal74515013510007333512726
Binary111100101110100010111011000000011101111011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072568; }

 p { color: rgb(7,37,104); }

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

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

 a { background-color: rgb(7,37,104); }

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

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

 span { border-color: rgb(7,37,104); }

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