#05105E

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

Shades of Sapphire #05105E

Tints of Sapphire #05105E

Color information

#05105E (or 0x05105E) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 5E. RGB value is (5,16,94). Sum of RGB (Red+Green+Blue) = 5+16+94=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #05105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05105E is #FAEFA1. Grayscale: #151515. Windows color (decimal): -16445346 or 6164485. OLE color: 6164485.

HSL color Cylindrical-coordinate representation of color #05105E: hue angle of 232.58º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05105E is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51694-
CMYK0.950.8300.63
HSL232.58º89.9%19.41%-
HSV(B)232.58º94.68%36.86%-
XYZ2.271.2110.7-
YUV21.6168.86116.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 94 (37.11% from 255) = 81.74%
R=4.35%
G=13.91%
B=81.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal516940.950.8300.63232.5889.919.41
Hex5105E5F5303Fe95a13
Octal52013613712307735113223
Binary10110000101111010111111010011011111111101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05105E; }

 p { color: rgb(5,16,94); }

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

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

 a { background-color: rgb(5,16,94); }

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

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

 span { border-color: rgb(5,16,94); }

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