#05156E

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

Shades of Sapphire #05156E

Tints of Sapphire #05156E

Color information

#05156E (or 0x05156E) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 6E. RGB value is (5,21,110). Sum of RGB (Red+Green+Blue) = 5+21+110=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #05156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05156E is #FAEA91. Grayscale: #191919. Windows color (decimal): -16444050 or 7214341. OLE color: 7214341.

HSL color Cylindrical-coordinate representation of color #05156E: hue angle of 230.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05156E is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB521110-
CMYK0.950.8100.57
HSL230.86º91.3%22.55%-
HSV(B)230.86º95.45%43.14%-
XYZ3.151.6914.91-
YUV26.36175.2112.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 110 (43.36% from 255) = 80.88%
R=3.68%
G=15.44%
B=80.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5211100.950.8100.57230.8691.322.55
Hex5156E5F51039e75b17
Octal52515613712107134713327
Binary10110101110111010111111010001011100111100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,21,110); }

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

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

 a { background-color: rgb(5,21,110); }

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

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

 span { border-color: rgb(5,21,110); }

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