#071B5F

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

Shades of Sapphire #071B5F

Tints of Sapphire #071B5F

Color information

#071B5F (or 0x071B5F) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 5F. RGB value is (7,27,95). Sum of RGB (Red+Green+Blue) = 7+27+95=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #071B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B5F is #F8E4A0. Grayscale: #1C1C1C. Windows color (decimal): -16311457 or 6232839. OLE color: 6232839.

HSL color Cylindrical-coordinate representation of color #071B5F: hue angle of 226.36º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071B5F is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB72795-
CMYK0.930.7200.63
HSL226.36º86.27%20%-
HSV(B)226.36º92.63%37.25%-
XYZ2.551.6611.01-
YUV28.77165.37112.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=5.43%
G=20.93%
B=73.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal727950.930.7200.63226.3686.2720
Hex71B5F5D4803Fe25614
Octal73313713511007734212624
Binary11111011101111110111011001000011111111100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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