#071B4D

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

Shades of Sapphire #071B4D

Tints of Sapphire #071B4D

Color information

#071B4D (or 0x071B4D) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 4D. RGB value is (7,27,77). Sum of RGB (Red+Green+Blue) = 7+27+77=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #071B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B4D is #F8E4B2. Grayscale: #1A1A1A. Windows color (decimal): -16311475 or 5053191. OLE color: 5053191.

HSL color Cylindrical-coordinate representation of color #071B4D: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071B4D is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB72777-
CMYK0.910.6500.70
HSL222.86º83.33%16.47%-
HSV(B)222.86º90.91%30.2%-
XYZ1.821.367.19-
YUV26.72156.37113.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=6.31%
G=24.32%
B=69.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal727770.910.6500.70222.8683.3316.47
Hex71B4D5B41046df5310
Octal733115133101010633712320
Binary111110111001101101101110000010100011011011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,27,77); }

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

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

 a { background-color: rgb(7,27,77); }

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

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

 span { border-color: rgb(7,27,77); }

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