Html Css Color HEX #051777 Sapphire

📋 copy color: '#051777'

red 5 ◦ green 23 ◦ blue 119

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

Shades of Sapphire #051777

Tints of Sapphire #051777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

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

R = 3.4%
G = 15.65%
B = 80.95%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051777 (or 0x051777) is known color: Sapphire. HEX triplet: 05, 17 and 77. RGB value is (5,23,119). Sum of RGB (Red+Green+Blue) = 5+23+119=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #051777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051777 is #FAE888. Grayscale: #1C1C1C. Windows color (decimal): -16443529 or 7804677. OLE color: 7804677.

HSL color Cylindrical-coordinate representation of color #051777: hue angle of 230.53º 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 #051777 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 23 119 -
CMYK 0.96 0.81 0 0.53
HSL 230.53º 0.92% 0.24% -
HSV(B) 230.53º 0.96% 0.47% -
XYZ 3.7 1.98 17.64 -
YUV 28.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 5 23 119 0.96 0.81 0 0.53 230.53 0.92 0.24
Hex 5 17 77 60 51 0 35 E7 5C 18
Octal 5 27 167 140 121 0 65 347 134 30
Binary 101 10111 1110111 1100000 1010001 0 110101 11100111 1011100 11000

Color Harmonies of #051777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051777

Black with #051777

Text Example


Text Example

White with #051777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051777; }

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

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

background-color css

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

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

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

border-color css

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

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

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