#06145C

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

Shades of Sapphire #06145C

Tints of Sapphire #06145C

Color information

#06145C (or 0x06145C) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 5C. RGB value is (6,20,92). Sum of RGB (Red+Green+Blue) = 6+20+92=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #06145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145C is #F9EBA3. Grayscale: #171717. Windows color (decimal): -16378788 or 6034438. OLE color: 6034438.

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

Color convert

RGB62092-
CMYK0.930.7800.64
HSL230.23º87.76%19.22%-
HSV(B)230.23º93.48%36.08%-
XYZ2.261.3110.26-
YUV24.02166.36115.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 92 (36.33% from 255) = 77.97%
R=5.08%
G=16.95%
B=77.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal620920.930.7800.64230.2387.7619.22
Hex6145C5D4E040e65813
Octal624134135116010034613023
Binary110101001011100101110110011100100000011100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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