#07104B

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

Shades of Sapphire #07104B

Tints of Sapphire #07104B

Color information

#07104B (or 0x07104B) is unknown color: approx Sapphire. HEX triplet: 07, 10 and 4B. RGB value is (7,16,75). Sum of RGB (Red+Green+Blue) = 7+16+75=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #07104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07104B is #F8EFB4. Grayscale: #131313. Windows color (decimal): -16314293 or 4919303. OLE color: 4919303.

HSL color Cylindrical-coordinate representation of color #07104B: hue angle of 232.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07104B is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71675-
CMYK0.910.7900.71
HSL232.06º82.93%16.08%-
HSV(B)232.06º90.67%29.41%-
XYZ1.540.926.75-
YUV20.04159.02118.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 75 (29.69% from 255) = 76.53%
R=7.14%
G=16.33%
B=76.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal716750.910.7900.71232.0682.9316.08
Hex7104B5B4F047e85310
Octal720113133117010735012320
Binary111100001001011101101110011110100011111101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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