Html Css Color HEX #051C77 Sapphire

📋 copy color: '#051C77'

red 5 ◦ green 28 ◦ blue 119

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

Shades of Sapphire #051C77

Tints of Sapphire #051C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 3.29%
G = 18.42%
B = 78.29%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051C77 (or 0x051C77) is known color: Sapphire. HEX triplet: 05, 1C and 77. RGB value is (5,28,119). Sum of RGB (Red+Green+Blue) = 5+28+119=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #051C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C77 is #FAE388. Grayscale: #1F1F1F. Windows color (decimal): -16442249 or 7805957. OLE color: 7805957.

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

Color convert

RGB 5 28 119 -
CMYK 0.96 0.76 0 0.53
HSL 227.89º 0.92% 0.24% -
HSV(B) 227.89º 0.96% 0.47% -
XYZ 3.81 2.19 17.68 -
YUV 31.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 5 28 119 0.96 0.76 0 0.53 227.89 0.92 0.24
Hex 5 1C 77 60 4C 0 35 E4 5C 18
Octal 5 34 167 140 114 0 65 344 134 30
Binary 101 11100 1110111 1100000 1001100 0 110101 11100100 1011100 11000

Color Harmonies of #051C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C77

Black with #051C77

Text Example


Text Example

White with #051C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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