Html Css Color HEX #051774 Sapphire

📋 copy color: '#051774'

red 5 ◦ green 23 ◦ blue 116

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

Shades of Sapphire #051774

Tints of Sapphire #051774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

 BLUE value IS 116 (45.7% from 255) = 80.56%

R = 3.47%
G = 15.97%
B = 80.56%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#051774 (or 0x051774) is known color: Sapphire. HEX triplet: 05, 17 and 74. RGB value is (5,23,116). Sum of RGB (Red+Green+Blue) = 5+23+116=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #051774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051774 is #FAE88B. Grayscale: #1B1B1B. Windows color (decimal): -16443532 or 7608069. OLE color: 7608069.

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

Color convert

RGB 5 23 116 -
CMYK 0.96 0.80 0 0.55
HSL 230.27º 0.92% 0.24% -
HSV(B) 230.27º 0.96% 0.45% -
XYZ 3.52 1.91 16.71 -
YUV 28.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 5 23 116 0.96 0.80 0 0.55 230.27 0.92 0.24
Hex 5 17 74 60 50 0 37 E6 5C 18
Octal 5 27 164 140 120 0 67 346 134 30
Binary 101 10111 1110100 1100000 1010000 0 110111 11100110 1011100 11000

Color Harmonies of #051774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051774

Black with #051774

Text Example


Text Example

White with #051774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051774; }

 p { color: rgb(5,23,116); }

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

background-color css

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

 a { background-color: rgb(5,23,116); }

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

border-color css

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

 span { border-color: rgb(5,23,116); }

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