#071F68

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

Shades of Sapphire #071F68

Tints of Sapphire #071F68

Color information

#071F68 (or 0x071F68) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 68. RGB value is (7,31,104). Sum of RGB (Red+Green+Blue) = 7+31+104=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #071F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F68 is #F8E097. Grayscale: #1F1F1F. Windows color (decimal): -16310424 or 6823687. OLE color: 6823687.

HSL color Cylindrical-coordinate representation of color #071F68: hue angle of 225.15º 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 #071F68 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB731104-
CMYK0.930.7000.59
HSL225.15º87.39%21.76%-
HSV(B)225.15º93.27%40.78%-
XYZ3.082.0213.33-
YUV32.15168.55110.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=4.93%
G=21.83%
B=73.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7311040.930.7000.59225.1587.3921.76
Hex71F685D4603Be15716
Octal73715013510607334112726
Binary11111111110100010111011000110011101111100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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