Html Css Color HEX #050E51 Sapphire

📋 copy color: '#050E51'

red 5 ◦ green 14 ◦ blue 81

#050E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #050E51

Tints of Sapphire #050E51

RGB

 RED value IS 5 (2.34% from 255) = 5%

 GREEN value IS 14 (5.86% from 255) = 14%

 BLUE value IS 81 (32.03% from 255) = 81%

R = 5%
G = 14%
B = 81%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050E51 (or 0x050E51) is known color: Sapphire. HEX triplet: 05, 0E and 51. RGB value is (5,14,81). Sum of RGB (Red+Green+Blue) = 5+14+81=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #050E51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E51 is #FAF1AE. Grayscale: #121212. Windows color (decimal): -16445871 or 5312005. OLE color: 5312005.

HSL color Cylindrical-coordinate representation of color #050E51: hue angle of 232.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050E51 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 14 81 -
CMYK 0.94 0.83 0 0.68
HSL 232.89º 0.88% 0.17% -
HSV(B) 232.89º 0.94% 0.32% -
XYZ 1.7 0.94 7.88 -
YUV 18.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 5 14 81 0.94 0.83 0 0.68 232.89 0.88 0.17
Hex 5 E 51 5E 53 0 44 E9 58 11
Octal 5 16 121 136 123 0 104 351 130 21
Binary 101 1110 1010001 1011110 1010011 0 1000100 11101001 1011000 10001

Color Harmonies of #050E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E51

Black with #050E51

Text Example


Text Example

White with #050E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #050E51;
 }
 .AnyTagClassName
 {
   color: #050E51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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