#072968

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

Shades of Sapphire #072968

Tints of Sapphire #072968

Color information

#072968 (or 0x072968) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 68. RGB value is (7,41,104). Sum of RGB (Red+Green+Blue) = 7+41+104=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #072968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072968 is #F8D697. Grayscale: #252525. Windows color (decimal): -16307864 or 6826247. OLE color: 6826247.

HSL color Cylindrical-coordinate representation of color #072968: hue angle of 218.97º 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 #072968 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB741104-
CMYK0.930.6100.59
HSL218.97º87.39%21.76%-
HSV(B)218.97º93.27%40.78%-
XYZ3.382.6313.43-
YUV38.02165.24105.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 104 (41.02% from 255) = 68.42%
R=4.61%
G=26.97%
B=68.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7411040.930.6100.59218.9787.3921.76
Hex729685D3D03Bdb5716
Octal7511501357507333312726
Binary11110100111010001011101111101011101111011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072968; }

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

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

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

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

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

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

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

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