#061157

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

Shades of Sapphire #061157

Tints of Sapphire #061157

Color information

#061157 (or 0x061157) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 57. RGB value is (6,17,87). Sum of RGB (Red+Green+Blue) = 6+17+87=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #061157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061157 is #F9EEA8. Grayscale: #151515. Windows color (decimal): -16379561 or 5705990. OLE color: 5705990.

HSL color Cylindrical-coordinate representation of color #061157: hue angle of 231.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061157 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB61787-
CMYK0.930.8000.66
HSL231.85º87.1%18.24%-
HSV(B)231.85º93.1%34.12%-
XYZ21.139.13-
YUV21.69164.86116.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 87 (34.38% from 255) = 79.09%
R=5.45%
G=15.45%
B=79.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal617870.930.8000.66231.8587.118.24
Hex611575D50042e85712
Octal621127135120010235012722
Binary110100011010111101110110100000100001011101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061157; }

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

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

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

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

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

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

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

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