#050D4E

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

Shades of Sapphire #050D4E

Tints of Sapphire #050D4E

Color information

#050D4E (or 0x050D4E) is unknown color: approx Sapphire. HEX triplet: 05, 0D and 4E. RGB value is (5,13,78). Sum of RGB (Red+Green+Blue) = 5+13+78=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #050D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D4E is #FAF2B1. Grayscale: #111111. Windows color (decimal): -16446130 or 5115141. OLE color: 5115141.

HSL color Cylindrical-coordinate representation of color #050D4E: hue angle of 233.42º 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 #050D4E is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51378-
CMYK0.940.8300.69
HSL233.42º87.95%16.27%-
HSV(B)233.42º93.59%30.59%-
XYZ1.580.877.29-
YUV18.02161.85118.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 78 (30.86% from 255) = 81.25%
R=5.21%
G=13.54%
B=81.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal513780.940.8300.69233.4287.9516.27
Hex5D4E5E53045e95810
Octal515116136123010535113020
Binary10111011001110101111010100110100010111101001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D4E; }

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

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

<style>
 a { background-color: #050D4E; }

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

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

<style>
 span { border-color: #050D4E; }

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

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