#071D5A

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

Shades of Sapphire #071D5A

Tints of Sapphire #071D5A

Color information

#071D5A (or 0x071D5A) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 5A. RGB value is (7,29,90). Sum of RGB (Red+Green+Blue) = 7+29+90=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #071D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D5A is #F8E2A5. Grayscale: #1D1D1D. Windows color (decimal): -16310950 or 5905671. OLE color: 5905671.

HSL color Cylindrical-coordinate representation of color #071D5A: hue angle of 224.1º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071D5A is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72990-
CMYK0.920.6800.65
HSL224.1º85.57%19.02%-
HSV(B)224.1º92.22%35.29%-
XYZ2.371.669.87-
YUV29.38162.21112.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 90 (35.55% from 255) = 71.43%
R=5.56%
G=23.02%
B=71.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal729900.920.6800.65224.185.5719.02
Hex71D5A5C44041e05613
Octal735132134104010134012623
Binary111111011011010101110010001000100000111100000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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