#05104E

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

Shades of Sapphire #05104E

Tints of Sapphire #05104E

Color information

#05104E (or 0x05104E) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 4E. RGB value is (5,16,78). Sum of RGB (Red+Green+Blue) = 5+16+78=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #05104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05104E is #FAEFB1. Grayscale: #131313. Windows color (decimal): -16445362 or 5115909. OLE color: 5115909.

HSL color Cylindrical-coordinate representation of color #05104E: hue angle of 230.96º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05104E is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51678-
CMYK0.940.7900.69
HSL230.96º87.95%16.27%-
HSV(B)230.96º93.59%30.59%-
XYZ1.620.957.31-
YUV19.78160.86117.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 78 (30.86% from 255) = 78.79%
R=5.05%
G=16.16%
B=78.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal516780.940.7900.69230.9687.9516.27
Hex5104E5E4F045e75810
Octal520116136117010534713020
Binary101100001001110101111010011110100010111100111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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