Html Css Color HEX #051978 Sapphire

📋 copy color: '#051978'

red 5 ◦ green 25 ◦ blue 120

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

Shades of Sapphire #051978

Tints of Sapphire #051978

RGB

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

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

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

R = 3.33%
G = 16.67%
B = 80%

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

#051978 (or 0x051978) is known color: Sapphire. HEX triplet: 05, 19 and 78. RGB value is (5,25,120). Sum of RGB (Red+Green+Blue) = 5+25+120=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #051978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051978 is #FAE687. Grayscale: #1D1D1D. Windows color (decimal): -16443016 or 7870725. OLE color: 7870725.

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

Color convert

RGB 5 25 120 -
CMYK 0.96 0.79 0 0.53
HSL 229.57º 0.92% 0.25% -
HSV(B) 229.57º 0.96% 0.47% -
XYZ 3.8 2.08 17.97 -
YUV 29.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 5 25 120 0.96 0.79 0 0.53 229.57 0.92 0.25
Hex 5 19 78 60 4F 0 35 E6 5C 19
Octal 5 31 170 140 117 0 65 346 134 31
Binary 101 11001 1111000 1100000 1001111 0 110101 11100110 1011100 11001

Color Harmonies of #051978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051978

Black with #051978

Text Example


Text Example

White with #051978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051978; }

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

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

background-color css

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

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

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

border-color css

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

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

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