#071C60

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

Shades of Sapphire #071C60

Tints of Sapphire #071C60

Color information

#071C60 (or 0x071C60) is unknown color: approx Sapphire. HEX triplet: 07, 1C and 60. RGB value is (7,28,96). Sum of RGB (Red+Green+Blue) = 7+28+96=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #071C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C60 is #F8E39F. Grayscale: #1D1D1D. Windows color (decimal): -16311200 or 6298631. OLE color: 6298631.

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

Color convert

RGB72896-
CMYK0.930.7100.62
HSL225.84º86.41%20.2%-
HSV(B)225.84º92.71%37.65%-
XYZ2.611.7211.26-
YUV29.47165.54111.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 96 (37.89% from 255) = 73.28%
R=5.34%
G=21.37%
B=73.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal728960.930.7100.62225.8486.4120.2
Hex71C605D4703Ee25614
Octal73414013510707634212624
Binary11111100110000010111011000111011111011100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,96); }

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

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

 a { background-color: rgb(7,28,96); }

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

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

 span { border-color: rgb(7,28,96); }

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