#050E4B

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

Shades of Sapphire #050E4B

Tints of Sapphire #050E4B

Color information

#050E4B (or 0x050E4B) is unknown color: approx Sapphire. HEX triplet: 05, 0E and 4B. RGB value is (5,14,75). Sum of RGB (Red+Green+Blue) = 5+14+75=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #050E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E4B is #FAF1B4. Grayscale: #121212. Windows color (decimal): -16445877 or 4918789. OLE color: 4918789.

HSL color Cylindrical-coordinate representation of color #050E4B: hue angle of 232.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050E4B is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB51475-
CMYK0.930.8100.71
HSL232.29º87.5%15.69%-
HSV(B)232.29º93.33%29.41%-
XYZ1.490.856.74-
YUV18.26160.02118.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=5.32%
G=14.89%
B=79.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal514750.930.8100.71232.2987.515.69
Hex5E4B5D51047e85810
Octal516113135121010735013020
Binary10111101001011101110110100010100011111101000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,14,75); }

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

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

 a { background-color: rgb(5,14,75); }

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

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

 span { border-color: rgb(5,14,75); }

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