Html Css Color HEX #051C50 Sapphire

📋 copy color: '#051C50'

red 5 ◦ green 28 ◦ blue 80

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

Shades of Sapphire #051C50

Tints of Sapphire #051C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.78%

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

R = 4.42%
G = 24.78%
B = 70.8%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051C50 (or 0x051C50) is known color: Sapphire. HEX triplet: 05, 1C and 50. RGB value is (5,28,80). Sum of RGB (Red+Green+Blue) = 5+28+80=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #051C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C50 is #FAE3AF. Grayscale: #1A1A1A. Windows color (decimal): -16442288 or 5250053. OLE color: 5250053.

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

Color convert

RGB 5 28 80 -
CMYK 0.94 0.65 0 0.69
HSL 221.6º 0.88% 0.17% -
HSV(B) 221.6º 0.94% 0.31% -
XYZ 1.93 1.44 7.77 -
YUV 27.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 5 28 80 0.94 0.65 0 0.69 221.6 0.88 0.17
Hex 5 1C 50 5E 41 0 45 DE 58 11
Octal 5 34 120 136 101 0 105 336 130 21
Binary 101 11100 1010000 1011110 1000001 0 1000101 11011110 1011000 10001

Color Harmonies of #051C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C50

Black with #051C50

Text Example


Text Example

White with #051C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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