Html Css Color HEX #051878 Sapphire

📋 copy color: '#051878'

red 5 ◦ green 24 ◦ blue 120

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

Shades of Sapphire #051878

Tints of Sapphire #051878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 3.36%
G = 16.11%
B = 80.54%

CMYK

 C value IS 0.96

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051878 (or 0x051878) is known color: Sapphire. HEX triplet: 05, 18 and 78. RGB value is (5,24,120). Sum of RGB (Red+Green+Blue) = 5+24+120=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #051878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051878 is #FAE787. Grayscale: #1C1C1C. Windows color (decimal): -16443272 or 7870469. OLE color: 7870469.

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

Color convert

RGB 5 24 120 -
CMYK 0.96 0.8 0 0.53
HSL 230.09º 0.92% 0.25% -
HSV(B) 230.09º 0.96% 0.47% -
XYZ 3.78 2.04 17.96 -
YUV 29.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 5 24 120 0.96 0.8 0 0.53 230.09 0.92 0.25
Hex 5 18 78 60 50 0 35 E6 5C 19
Octal 5 30 170 140 120 0 65 346 134 31
Binary 101 11000 1111000 1100000 1010000 0 110101 11100110 1011100 11001

Color Harmonies of #051878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051878

Black with #051878

Text Example


Text Example

White with #051878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051878; }

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

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

background-color css

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

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

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

border-color css

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

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

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