#071C61

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

Shades of Sapphire #071C61

Tints of Sapphire #071C61

Color information

#071C61 (or 0x071C61) is unknown color: approx Sapphire. HEX triplet: 07, 1C and 61. RGB value is (7,28,97). Sum of RGB (Red+Green+Blue) = 7+28+97=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #071C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C61 is #F8E39E. Grayscale: #1D1D1D. Windows color (decimal): -16311199 or 6364167. OLE color: 6364167.

HSL color Cylindrical-coordinate representation of color #071C61: hue angle of 226º degrees, saturation: 0.87, 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 #071C61 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72897-
CMYK0.930.7100.62
HSL226º86.54%20.39%-
HSV(B)226º92.78%38.04%-
XYZ2.661.7411.5-
YUV29.59166.04111.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 97 (38.28% from 255) = 73.48%
R=5.30%
G=21.21%
B=73.48%

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
Decimal728970.930.7100.6222686.5420.39
Hex71C615D4703Ee25714
Octal73414113510707634212724
Binary11111100110000110111011000111011111011100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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