Html Css Color HEX #051550 Sapphire

📋 copy color: '#051550'

red 5 ◦ green 21 ◦ blue 80

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

Shades of Sapphire #051550

Tints of Sapphire #051550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 80 (31.64% from 255) = 75.47%

R = 4.72%
G = 19.81%
B = 75.47%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051550 (or 0x051550) is known color: Sapphire. HEX triplet: 05, 15 and 50. RGB value is (5,21,80). Sum of RGB (Red+Green+Blue) = 5+21+80=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #051550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051550 is #FAEAAF. Grayscale: #161616. Windows color (decimal): -16444080 or 5248261. OLE color: 5248261.

HSL color Cylindrical-coordinate representation of color #051550: hue angle of 227.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051550 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 21 80 -
CMYK 0.94 0.74 0 0.69
HSL 227.2º 0.88% 0.17% -
HSV(B) 227.2º 0.94% 0.31% -
XYZ 1.78 1.15 7.72 -
YUV 22.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 5 21 80 0.94 0.74 0 0.69 227.2 0.88 0.17
Hex 5 15 50 5E 4A 0 45 E3 58 11
Octal 5 25 120 136 112 0 105 343 130 21
Binary 101 10101 1010000 1011110 1001010 0 1000101 11100011 1011000 10001

Color Harmonies of #051550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051550

Black with #051550

Text Example


Text Example

White with #051550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051550; }

 p { color: rgb(5,21,80); }

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

background-color css

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

 a { background-color: rgb(5,21,80); }

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

border-color css

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

 span { border-color: rgb(5,21,80); }

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