Html Css Color HEX #051A76 Sapphire

📋 copy color: '#051A76'

red 5 ◦ green 26 ◦ blue 118

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

Shades of Sapphire #051A76

Tints of Sapphire #051A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 3.36%
G = 17.45%
B = 79.19%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051A76 (or 0x051A76) is known color: Sapphire. HEX triplet: 05, 1A and 76. RGB value is (5,26,118). Sum of RGB (Red+Green+Blue) = 5+26+118=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #051A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A76 is #FAE589. Grayscale: #1D1D1D. Windows color (decimal): -16442762 or 7739909. OLE color: 7739909.

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

Color convert

RGB 5 26 118 -
CMYK 0.96 0.78 0 0.54
HSL 228.85º 0.92% 0.24% -
HSV(B) 228.85º 0.96% 0.46% -
XYZ 3.7 2.08 17.35 -
YUV 30.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 5 26 118 0.96 0.78 0 0.54 228.85 0.92 0.24
Hex 5 1A 76 60 4E 0 36 E5 5C 18
Octal 5 32 166 140 116 0 66 345 134 30
Binary 101 11010 1110110 1100000 1001110 0 110110 11100101 1011100 11000

Color Harmonies of #051A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A76

Black with #051A76

Text Example


Text Example

White with #051A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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