#061973

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

Shades of Sapphire #061973

Tints of Sapphire #061973

Color information

#061973 (or 0x061973) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 73. RGB value is (6,25,115). Sum of RGB (Red+Green+Blue) = 6+25+115=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #061973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061973 is #F9E68C. Grayscale: #1D1D1D. Windows color (decimal): -16377485 or 7543046. OLE color: 7543046.

HSL color Cylindrical-coordinate representation of color #061973: hue angle of 229.54º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061973 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB625115-
CMYK0.950.7800.55
HSL229.54º90.08%23.73%-
HSV(B)229.54º94.78%45.1%-
XYZ3.521.9716.41-
YUV29.58176.21111.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 115 (45.31% from 255) = 78.77%
R=4.11%
G=17.12%
B=78.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6251150.950.7800.55229.5490.0823.73
Hex619735F4E037e65a18
Octal63116313711606734613230
Binary11011001111001110111111001110011011111100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061973; }

 p { color: rgb(6,25,115); }

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

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

 a { background-color: rgb(6,25,115); }

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

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

 span { border-color: rgb(6,25,115); }

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