#070D4F

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

Shades of Sapphire #070D4F

Tints of Sapphire #070D4F

Color information

#070D4F (or 0x070D4F) is unknown color: approx Sapphire. HEX triplet: 07, 0D and 4F. RGB value is (7,13,79). Sum of RGB (Red+Green+Blue) = 7+13+79=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #070D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D4F is #F8F2B0. Grayscale: #121212. Windows color (decimal): -16315057 or 5180679. OLE color: 5180679.

HSL color Cylindrical-coordinate representation of color #070D4F: hue angle of 235º 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 #070D4F is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71379-
CMYK0.910.8400.69
HSL235º83.72%16.86%-
HSV(B)235º91.14%30.98%-
XYZ1.640.97.48-
YUV18.73162.01119.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 79 (31.25% from 255) = 79.80%
R=7.07%
G=13.13%
B=79.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal713790.910.8400.6923583.7216.86
Hex7D4F5B54045eb5411
Octal715117133124010535312421
Binary11111011001111101101110101000100010111101011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D4F; }

 p { color: rgb(7,13,79); }

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

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

 a { background-color: rgb(7,13,79); }

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

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

 span { border-color: rgb(7,13,79); }

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