#071F6C

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

Shades of Sapphire #071F6C

Tints of Sapphire #071F6C

Color information

#071F6C (or 0x071F6C) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 6C. RGB value is (7,31,108). Sum of RGB (Red+Green+Blue) = 7+31+108=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #071F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F6C is #F8E093. Grayscale: #202020. Windows color (decimal): -16310420 or 7085831. OLE color: 7085831.

HSL color Cylindrical-coordinate representation of color #071F6C: hue angle of 225.74º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071F6C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB731108-
CMYK0.940.7100.58
HSL225.74º87.83%22.55%-
HSV(B)225.74º93.52%42.35%-
XYZ3.282.1114.42-
YUV32.6170.55109.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 108 (42.58% from 255) = 73.97%
R=4.79%
G=21.23%
B=73.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7311080.940.7100.58225.7487.8322.55
Hex71F6C5E4703Ae25817
Octal73715413610707234213027
Binary11111111110110010111101000111011101011100010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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