Html Css Color HEX #050E4E Sapphire

📋 copy color: '#050E4E'

red 5 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #050E4E

Tints of Sapphire #050E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 80.41%

R = 5.15%
G = 14.43%
B = 80.41%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#050E4E (or 0x050E4E) is known color: Sapphire. HEX triplet: 05, 0E and 4E. RGB value is (5,14,78). Sum of RGB (Red+Green+Blue) = 5+14+78=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #050E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E4E is #FAF1B1. Grayscale: #121212. Windows color (decimal): -16445874 or 5115397. OLE color: 5115397.

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

Color convert

RGB 5 14 78 -
CMYK 0.94 0.82 0 0.69
HSL 232.6º 0.88% 0.16% -
HSV(B) 232.6º 0.94% 0.31% -
XYZ 1.59 0.9 7.3 -
YUV 18.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 5 14 78 0.94 0.82 0 0.69 232.6 0.88 0.16
Hex 5 E 4E 5E 52 0 45 E9 58 10
Octal 5 16 116 136 122 0 105 351 130 20
Binary 101 1110 1001110 1011110 1010010 0 1000101 11101001 1011000 10000

Color Harmonies of #050E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E4E

Black with #050E4E

Text Example


Text Example

White with #050E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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