#061162

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

Shades of Sapphire #061162

Tints of Sapphire #061162

Color information

#061162 (or 0x061162) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 62. RGB value is (6,17,98). Sum of RGB (Red+Green+Blue) = 6+17+98=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #061162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061162 is #F9EE9D. Grayscale: #161616. Windows color (decimal): -16379550 or 6426886. OLE color: 6426886.

HSL color Cylindrical-coordinate representation of color #061162: hue angle of 232.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061162 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61798-
CMYK0.940.8300.62
HSL232.83º88.46%20.39%-
HSV(B)232.83º93.88%38.43%-
XYZ2.481.3211.68-
YUV22.94170.36115.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 98 (38.67% from 255) = 80.99%
R=4.96%
G=14.05%
B=80.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal617980.940.8300.62232.8388.4620.39
Hex611625E5303Ee95814
Octal62114213612307635113024
Binary11010001110001010111101010011011111011101001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061162; }

 p { color: rgb(6,17,98); }

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

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

 a { background-color: rgb(6,17,98); }

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

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

 span { border-color: rgb(6,17,98); }

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