Html Css Color HEX #051771 Sapphire

📋 copy color: '#051771'

red 5 ◦ green 23 ◦ blue 113

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

Shades of Sapphire #051771

Tints of Sapphire #051771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 80.14%

R = 3.55%
G = 16.31%
B = 80.14%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#051771 (or 0x051771) is known color: Sapphire. HEX triplet: 05, 17 and 71. RGB value is (5,23,113). Sum of RGB (Red+Green+Blue) = 5+23+113=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #051771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051771 is #FAE88E. Grayscale: #1B1B1B. Windows color (decimal): -16443535 or 7411461. OLE color: 7411461.

HSL color Cylindrical-coordinate representation of color #051771: hue angle of 230º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051771 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 23 113 -
CMYK 0.96 0.80 0 0.56
HSL 230º 0.92% 0.23% -
HSV(B) 230º 0.96% 0.44% -
XYZ 3.35 1.84 15.8 -
YUV 27.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 5 23 113 0.96 0.80 0 0.56 230 0.92 0.23
Hex 5 17 71 60 50 0 38 E6 5C 17
Octal 5 27 161 140 120 0 70 346 134 27
Binary 101 10111 1110001 1100000 1010000 0 111000 11100110 1011100 10111

Color Harmonies of #051771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051771

Black with #051771

Text Example


Text Example

White with #051771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051771; }

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

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

background-color css

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

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

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

border-color css

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

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

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