#061152

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

Shades of Sapphire #061152

Tints of Sapphire #061152

Color information

#061152 (or 0x061152) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 52. RGB value is (6,17,82). Sum of RGB (Red+Green+Blue) = 6+17+82=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #061152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061152 is #F9EEAD. Grayscale: #141414. Windows color (decimal): -16379566 or 5378310. OLE color: 5378310.

HSL color Cylindrical-coordinate representation of color #061152: hue angle of 231.32º 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 #061152 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB61782-
CMYK0.930.7900.68
HSL231.32º86.36%17.25%-
HSV(B)231.32º92.68%32.16%-
XYZ1.81.058.09-
YUV21.12162.36117.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 82 (32.42% from 255) = 78.10%
R=5.71%
G=16.19%
B=78.10%

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
Decimal617820.930.7900.68231.3286.3617.25
Hex611525D4F044e75611
Octal621122135117010434712621
Binary110100011010010101110110011110100010011100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061152; }

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

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

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

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

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

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

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

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