Html Css Color HEX #051876 Sapphire

📋 copy color: '#051876'

red 5 ◦ green 24 ◦ blue 118

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

Shades of Sapphire #051876

Tints of Sapphire #051876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 80.27%

R = 3.4%
G = 16.33%
B = 80.27%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051876 (or 0x051876) is known color: Sapphire. HEX triplet: 05, 18 and 76. RGB value is (5,24,118). Sum of RGB (Red+Green+Blue) = 5+24+118=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #051876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051876 is #FAE789. Grayscale: #1C1C1C. Windows color (decimal): -16443274 or 7739397. OLE color: 7739397.

HSL color Cylindrical-coordinate representation of color #051876: hue angle of 229.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051876 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 24 118 -
CMYK 0.96 0.80 0 0.54
HSL 229.91º 0.92% 0.24% -
HSV(B) 229.91º 0.96% 0.46% -
XYZ 3.66 1.99 17.33 -
YUV 29.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 5 24 118 0.96 0.80 0 0.54 229.91 0.92 0.24
Hex 5 18 76 60 50 0 36 E6 5C 18
Octal 5 30 166 140 120 0 66 346 134 30
Binary 101 11000 1110110 1100000 1010000 0 110110 11100110 1011100 11000

Color Harmonies of #051876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051876

Black with #051876

Text Example


Text Example

White with #051876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051876; }

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

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

background-color css

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

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

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

border-color css

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

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

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