#070C4F

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

Shades of Sapphire #070C4F

Tints of Sapphire #070C4F

Color information

#070C4F (or 0x070C4F) is unknown color: approx Sapphire. HEX triplet: 07, 0C and 4F. RGB value is (7,12,79). Sum of RGB (Red+Green+Blue) = 7+12+79=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #070C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C4F is #F8F3B0. Grayscale: #111111. Windows color (decimal): -16315313 or 5180423. OLE color: 5180423.

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

Color convert

RGB71279-
CMYK0.910.8500.69
HSL235.83º83.72%16.86%-
HSV(B)235.83º91.14%30.98%-
XYZ1.630.877.48-
YUV18.14162.34120.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 79 (31.25% from 255) = 80.61%
R=7.14%
G=12.24%
B=80.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal712790.910.8500.69235.8383.7216.86
Hex7C4F5B55045ec5411
Octal714117133125010535412421
Binary11111001001111101101110101010100010111101100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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