#050B4E

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

Shades of Sapphire #050B4E

Tints of Sapphire #050B4E

Color information

#050B4E (or 0x050B4E) is unknown color: approx Sapphire. HEX triplet: 05, 0B and 4E. RGB value is (5,11,78). Sum of RGB (Red+Green+Blue) = 5+11+78=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #050B4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B4E is #FAF4B1. Grayscale: #101010. Windows color (decimal): -16446642 or 5114629. OLE color: 5114629.

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

Color convert

RGB51178-
CMYK0.940.8600.69
HSL235.07º87.95%16.27%-
HSV(B)235.07º93.59%30.59%-
XYZ1.560.827.28-
YUV16.84162.51119.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=5.32%
G=11.70%
B=82.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal511780.940.8600.69235.0787.9516.27
Hex5B4E5E56045eb5810
Octal513116136126010535313020
Binary10110111001110101111010101100100010111101011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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