Html Css Color HEX #051D79 Sapphire

📋 copy color: '#051D79'

red 5 ◦ green 29 ◦ blue 121

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

Shades of Sapphire #051D79

Tints of Sapphire #051D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 78.06%

R = 3.23%
G = 18.71%
B = 78.06%

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

#051D79 (or 0x051D79) is known color: Sapphire. HEX triplet: 05, 1D and 79. RGB value is (5,29,121). Sum of RGB (Red+Green+Blue) = 5+29+121=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #051D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D79 is #FAE286. Grayscale: #1F1F1F. Windows color (decimal): -16441991 or 7937285. OLE color: 7937285.

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

Color convert

RGB 5 29 121 -
CMYK 0.96 0.76 0 0.53
HSL 227.59º 0.92% 0.25% -
HSV(B) 227.59º 0.96% 0.47% -
XYZ 3.95 2.29 18.32 -
YUV 32.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 5 29 121 0.96 0.76 0 0.53 227.59 0.92 0.25
Hex 5 1D 79 60 4C 0 35 E4 5C 19
Octal 5 35 171 140 114 0 65 344 134 31
Binary 101 11101 1111001 1100000 1001100 0 110101 11100100 1011100 11001

Color Harmonies of #051D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D79

Black with #051D79

Text Example


Text Example

White with #051D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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