#06145D

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

Shades of Sapphire #06145D

Tints of Sapphire #06145D

Color information

#06145D (or 0x06145D) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 5D. RGB value is (6,20,93). Sum of RGB (Red+Green+Blue) = 6+20+93=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #06145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145D is #F9EBA2. Grayscale: #171717. Windows color (decimal): -16378787 or 6099974. OLE color: 6099974.

HSL color Cylindrical-coordinate representation of color #06145D: hue angle of 230.34º 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 #06145D is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62093-
CMYK0.940.7800.64
HSL230.34º87.88%19.41%-
HSV(B)230.34º93.55%36.47%-
XYZ2.31.3310.49-
YUV24.14166.86115.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 93 (36.72% from 255) = 78.15%
R=5.04%
G=16.81%
B=78.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal620930.940.7800.64230.3487.8819.41
Hex6145D5E4E040e65813
Octal624135136116010034613023
Binary110101001011101101111010011100100000011100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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