#061151

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

Shades of Sapphire #061151

Tints of Sapphire #061151

Color information

#061151 (or 0x061151) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 51. RGB value is (6,17,81). Sum of RGB (Red+Green+Blue) = 6+17+81=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #061151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061151 is #F9EEAE. Grayscale: #141414. Windows color (decimal): -16379567 or 5312774. OLE color: 5312774.

HSL color Cylindrical-coordinate representation of color #061151: hue angle of 231.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061151 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB61781-
CMYK0.930.7900.68
HSL231.2º86.21%17.06%-
HSV(B)231.2º92.59%31.76%-
XYZ1.761.037.89-
YUV21.01161.86117.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 81 (32.03% from 255) = 77.88%
R=5.77%
G=16.35%
B=77.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal617810.930.7900.68231.286.2117.06
Hex611515D4F044e75611
Octal621121135117010434712621
Binary110100011010001101110110011110100010011100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061151; }

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

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

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

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

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

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

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

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