#071D6B

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

Shades of Sapphire #071D6B

Tints of Sapphire #071D6B

Color information

#071D6B (or 0x071D6B) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 6B. RGB value is (7,29,107). Sum of RGB (Red+Green+Blue) = 7+29+107=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #071D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D6B is #F8E294. Grayscale: #1E1E1E. Windows color (decimal): -16310933 or 7019783. OLE color: 7019783.

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

Color convert

RGB729107-
CMYK0.930.7300.58
HSL226.8º87.72%22.35%-
HSV(B)226.8º93.46%41.96%-
XYZ3.181.9914.13-
YUV31.31170.71110.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 107 (42.19% from 255) = 74.83%
R=4.90%
G=20.28%
B=74.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7291070.930.7300.58226.887.7222.35
Hex71D6B5D4903Ae35816
Octal73515313511107234313026
Binary11111101110101110111011001001011101011100011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,29,107); }

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

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

 a { background-color: rgb(7,29,107); }

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

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

 span { border-color: rgb(7,29,107); }

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