#06114D

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

Shades of Sapphire #06114D

Tints of Sapphire #06114D

Color information

#06114D (or 0x06114D) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 4D. RGB value is (6,17,77). Sum of RGB (Red+Green+Blue) = 6+17+77=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #06114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06114D is #F9EEB2. Grayscale: #141414. Windows color (decimal): -16379571 or 5050630. OLE color: 5050630.

HSL color Cylindrical-coordinate representation of color #06114D: hue angle of 230.7º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06114D is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61777-
CMYK0.920.7800.70
HSL230.7º85.54%16.27%-
HSV(B)230.7º92.21%30.2%-
XYZ1.620.987.12-
YUV20.55159.86117.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 77 (30.47% from 255) = 77%
R=6%
G=17%
B=77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal617770.920.7800.70230.785.5416.27
Hex6114D5C4E046e75610
Octal621115134116010634712620
Binary110100011001101101110010011100100011011100111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06114D; }

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

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

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

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

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

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

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

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