#071E68

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

Shades of Sapphire #071E68

Tints of Sapphire #071E68

Color information

#071E68 (or 0x071E68) is unknown color: approx Sapphire. HEX triplet: 07, 1E and 68. RGB value is (7,30,104). Sum of RGB (Red+Green+Blue) = 7+30+104=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #071E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E68 is #F8E197. Grayscale: #1F1F1F. Windows color (decimal): -16310680 or 6823431. OLE color: 6823431.

HSL color Cylindrical-coordinate representation of color #071E68: hue angle of 225.77º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071E68 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB730104-
CMYK0.930.7100.59
HSL225.77º87.39%21.76%-
HSV(B)225.77º93.27%40.78%-
XYZ3.051.9713.32-
YUV31.56168.88110.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=4.96%
G=21.28%
B=73.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7301040.930.7100.59225.7787.3921.76
Hex71E685D4703Be25716
Octal73615013510707334212726
Binary11111110110100010111011000111011101111100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E68; }

 p { color: rgb(7,30,104); }

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

<style>
 a { background-color: #071E68; }

 a { background-color: rgb(7,30,104); }

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

<style>
 span { border-color: #071E68; }

 span { border-color: rgb(7,30,104); }

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