Html Css Color HEX #051A77 Sapphire

📋 copy color: '#051A77'

red 5 ◦ green 26 ◦ blue 119

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

Shades of Sapphire #051A77

Tints of Sapphire #051A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 79.33%

R = 3.33%
G = 17.33%
B = 79.33%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051A77 (or 0x051A77) is known color: Sapphire. HEX triplet: 05, 1A and 77. RGB value is (5,26,119). Sum of RGB (Red+Green+Blue) = 5+26+119=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 119 (46.88% from 255 or 79.33% from 150); Max value from RGB is 119 - color contains mainly: blue. Hex color #051A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A77 is #FAE588. Grayscale: #1D1D1D. Windows color (decimal): -16442761 or 7805445. OLE color: 7805445.

HSL color Cylindrical-coordinate representation of color #051A77: hue angle of 228.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A77 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 26 119 -
CMYK 0.96 0.78 0 0.53
HSL 228.95º 0.92% 0.24% -
HSV(B) 228.95º 0.96% 0.47% -
XYZ 3.76 2.1 17.66 -
YUV 30.32 178.04 109.94 -
System Red Green Blue C M Y K H S L
Decimal 5 26 119 0.96 0.78 0 0.53 228.95 0.92 0.24
Hex 5 1A 77 60 4E 0 35 E5 5C 18
Octal 5 32 167 140 116 0 65 345 134 30
Binary 101 11010 1110111 1100000 1001110 0 110101 11100101 1011100 11000

Color Harmonies of #051A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A77

Black with #051A77

Text Example


Text Example

White with #051A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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