#07104E

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

Shades of Sapphire #07104E

Tints of Sapphire #07104E

Color information

#07104E (or 0x07104E) is unknown color: approx Sapphire. HEX triplet: 07, 10 and 4E. RGB value is (7,16,78). Sum of RGB (Red+Green+Blue) = 7+16+78=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #07104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07104E is #F8EFB1. Grayscale: #141414. Windows color (decimal): -16314290 or 5115911. OLE color: 5115911.

HSL color Cylindrical-coordinate representation of color #07104E: hue angle of 232.39º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07104E is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71678-
CMYK0.910.7900.69
HSL232.39º83.53%16.67%-
HSV(B)232.39º91.03%30.59%-
XYZ1.650.977.31-
YUV20.38160.52118.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 78 (30.86% from 255) = 77.23%
R=6.93%
G=15.84%
B=77.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal716780.910.7900.69232.3983.5316.67
Hex7104E5B4F045e85411
Octal720116133117010535012421
Binary111100001001110101101110011110100010111101000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07104E; }

 p { color: rgb(7,16,78); }

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

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

 a { background-color: rgb(7,16,78); }

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

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

 span { border-color: rgb(7,16,78); }

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