#062973

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

Shades of Sapphire #062973

Tints of Sapphire #062973

Color information

#062973 (or 0x062973) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 73. RGB value is (6,41,115). Sum of RGB (Red+Green+Blue) = 6+41+115=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #062973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062973 is #F9D68C. Grayscale: #262626. Windows color (decimal): -16373389 or 7547142. OLE color: 7547142.

HSL color Cylindrical-coordinate representation of color #062973: hue angle of 220.73º 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 #062973 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB641115-
CMYK0.950.6400.55
HSL220.73º90.08%23.73%-
HSV(B)220.73º94.78%45.1%-
XYZ3.962.8616.56-
YUV38.97170.9104.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=3.70%
G=25.31%
B=70.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411150.950.6400.55220.7390.0823.73
Hex629735F40037dd5a18
Octal65116313710006733513230
Binary110101001111001110111111000000011011111011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062973; }

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

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

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

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

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

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

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

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