Html Css Color HEX #051979 Sapphire

📋 copy color: '#051979'

red 5 ◦ green 25 ◦ blue 121

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

Shades of Sapphire #051979

Tints of Sapphire #051979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

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

R = 3.31%
G = 16.56%
B = 80.13%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051979 (or 0x051979) is known color: Sapphire. HEX triplet: 05, 19 and 79. RGB value is (5,25,121). Sum of RGB (Red+Green+Blue) = 5+25+121=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #051979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051979 is #FAE686. Grayscale: #1D1D1D. Windows color (decimal): -16443015 or 7936261. OLE color: 7936261.

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

Color convert

RGB 5 25 121 -
CMYK 0.96 0.79 0 0.53
HSL 229.66º 0.92% 0.25% -
HSV(B) 229.66º 0.96% 0.47% -
XYZ 3.86 2.11 18.29 -
YUV 29.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 5 25 121 0.96 0.79 0 0.53 229.66 0.92 0.25
Hex 5 19 79 60 4F 0 35 E6 5C 19
Octal 5 31 171 140 117 0 65 346 134 31
Binary 101 11001 1111001 1100000 1001111 0 110101 11100110 1011100 11001

Color Harmonies of #051979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051979

Black with #051979

Text Example


Text Example

White with #051979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051979; }

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

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

background-color css

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

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

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

border-color css

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

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

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