Html Css Color HEX #051E77 Sapphire

📋 copy color: '#051E77'

red 5 ◦ green 30 ◦ blue 119

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

Shades of Sapphire #051E77

Tints of Sapphire #051E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.48%

 BLUE value IS 119 (46.88% from 255) = 77.27%

R = 3.25%
G = 19.48%
B = 77.27%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051E77 (or 0x051E77) is known color: Sapphire. HEX triplet: 05, 1E and 77. RGB value is (5,30,119). Sum of RGB (Red+Green+Blue) = 5+30+119=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #051E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E77 is #FAE188. Grayscale: #202020. Windows color (decimal): -16441737 or 7806469. OLE color: 7806469.

HSL color Cylindrical-coordinate representation of color #051E77: hue angle of 226.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051E77 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 30 119 -
CMYK 0.96 0.75 0 0.53
HSL 226.84º 0.92% 0.24% -
HSV(B) 226.84º 0.96% 0.47% -
XYZ 3.86 2.29 17.69 -
YUV 32.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 5 30 119 0.96 0.75 0 0.53 226.84 0.92 0.24
Hex 5 1E 77 60 4B 0 35 E3 5C 18
Octal 5 36 167 140 113 0 65 343 134 30
Binary 101 11110 1110111 1100000 1001011 0 110101 11100011 1011100 11000

Color Harmonies of #051E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E77

Black with #051E77

Text Example


Text Example

White with #051E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051E77; }

 p { color: rgb(5,30,119); }

 H1.HeaderClassName
 {
   color: #051E77;
 }
 .AnyTagClassName
 {
   color: #051E77;
 }
</style>

background-color css

<style>
 a { background-color: #051E77; }

 a { background-color: rgb(5,30,119); }

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

border-color css

<style>
 span { border-color: #051E77; }

 span { border-color: rgb(5,30,119); }

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