#070E55

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

Shades of Sapphire #070E55

Tints of Sapphire #070E55

Color information

#070E55 (or 0x070E55) is unknown color: approx Sapphire. HEX triplet: 07, 0E and 55. RGB value is (7,14,85). Sum of RGB (Red+Green+Blue) = 7+14+85=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #070E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E55 is #F8F1AA. Grayscale: #131313. Windows color (decimal): -16314795 or 5574151. OLE color: 5574151.

HSL color Cylindrical-coordinate representation of color #070E55: hue angle of 234.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070E55 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71485-
CMYK0.920.8400.67
HSL234.62º84.78%18.04%-
HSV(B)234.62º91.76%33.33%-
XYZ1.881.028.69-
YUV20164.68118.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=6.60%
G=13.21%
B=80.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal714850.920.8400.67234.6284.7818.04
Hex7E555C54043eb5512
Octal716125134124010335312522
Binary11111101010101101110010101000100001111101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,14,85); }

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

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

 a { background-color: rgb(7,14,85); }

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

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

 span { border-color: rgb(7,14,85); }

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