#06135d

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

Shades of Sapphire #06135D

Tints of Sapphire #06135D

Color information

#06135D (or 0x06135D) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 5D. RGB value is (6,19,93). Sum of RGB (Red+Green+Blue) = 6+19+93=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #06135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06135D is #F9ECA2. Grayscale: #171717. Windows color (decimal): -16379043 or 6099718. OLE color: 6099718.

HSL color Cylindrical-coordinate representation of color #06135D: hue angle of 231.03º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06135D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB61993-
CMYK0.940.8000.64
HSL231.03º87.88%19.41%-
HSV(B)231.03º93.55%36.47%-
XYZ2.281.2910.49-
YUV23.55167.19115.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=5.08%
G=16.10%
B=78.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal619930.940.8000.64231.0387.8819.41
Hex6135D5E50040e75813
Octal623135136120010034713023
Binary110100111011101101111010100000100000011100111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06135d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06135d; }

 p { color: rgb(6,19,93); }

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

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

 a { background-color: rgb(6,19,93); }

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

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

 span { border-color: rgb(6,19,93); }

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