Html Css Color HEX #051D78 Sapphire

📋 copy color: '#051D78'

red 5 ◦ green 29 ◦ blue 120

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

Shades of Sapphire #051D78

Tints of Sapphire #051D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

 BLUE value IS 120 (47.27% from 255) = 77.92%

R = 3.25%
G = 18.83%
B = 77.92%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051D78 (or 0x051D78) is known color: Sapphire. HEX triplet: 05, 1D and 78. RGB value is (5,29,120). Sum of RGB (Red+Green+Blue) = 5+29+120=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 120 (47.27% from 255 or 77.92% from 154); Max value from RGB is 120 - color contains mainly: blue. Hex color #051D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D78 is #FAE287. Grayscale: #1F1F1F. Windows color (decimal): -16441992 or 7871749. OLE color: 7871749.

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

Color convert

RGB 5 29 120 -
CMYK 0.96 0.76 0 0.53
HSL 227.48º 0.92% 0.25% -
HSV(B) 227.48º 0.96% 0.47% -
XYZ 3.89 2.27 18 -
YUV 32.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 5 29 120 0.96 0.76 0 0.53 227.48 0.92 0.25
Hex 5 1D 78 60 4C 0 35 E3 5C 19
Octal 5 35 170 140 114 0 65 343 134 31
Binary 101 11101 1111000 1100000 1001100 0 110101 11100011 1011100 11001

Color Harmonies of #051D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D78

Black with #051D78

Text Example


Text Example

White with #051D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,29,120); }

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

background-color css

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

 a { background-color: rgb(5,29,120); }

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

border-color css

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

 span { border-color: rgb(5,29,120); }

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