#070F50

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

Shades of Sapphire #070F50

Tints of Sapphire #070F50

Color information

#070F50 (or 0x070F50) is unknown color: approx Sapphire. HEX triplet: 07, 0F and 50. RGB value is (7,15,80). Sum of RGB (Red+Green+Blue) = 7+15+80=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #070F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F50 is #F8F0AF. Grayscale: #131313. Windows color (decimal): -16314544 or 5246727. OLE color: 5246727.

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

Color convert

RGB71580-
CMYK0.910.8100.69
HSL233.42º83.91%17.06%-
HSV(B)233.42º91.25%31.37%-
XYZ1.710.977.69-
YUV20.02161.85118.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=6.86%
G=14.71%
B=78.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal715800.910.8100.69233.4283.9117.06
Hex7F505B51045e95411
Octal717120133121010535112421
Binary11111111010000101101110100010100010111101001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,15,80); }

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

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

 a { background-color: rgb(7,15,80); }

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

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

 span { border-color: rgb(7,15,80); }

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