Html Css Color HEX #051950 Sapphire

📋 copy color: '#051950'

red 5 ◦ green 25 ◦ blue 80

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

Shades of Sapphire #051950

Tints of Sapphire #051950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

 BLUE value IS 80 (31.64% from 255) = 72.73%

R = 4.55%
G = 22.73%
B = 72.73%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051950 (or 0x051950) is known color: Sapphire. HEX triplet: 05, 19 and 50. RGB value is (5,25,80). Sum of RGB (Red+Green+Blue) = 5+25+80=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #051950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051950 is #FAE6AF. Grayscale: #191919. Windows color (decimal): -16443056 or 5249285. OLE color: 5249285.

HSL color Cylindrical-coordinate representation of color #051950: hue angle of 224º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051950 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 25 80 -
CMYK 0.94 0.69 0 0.69
HSL 224º 0.88% 0.17% -
HSV(B) 224º 0.94% 0.31% -
XYZ 1.86 1.31 7.74 -
YUV 25.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 5 25 80 0.94 0.69 0 0.69 224 0.88 0.17
Hex 5 19 50 5E 45 0 45 E0 58 11
Octal 5 31 120 136 105 0 105 340 130 21
Binary 101 11001 1010000 1011110 1000101 0 1000101 11100000 1011000 10001

Color Harmonies of #051950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051950

Black with #051950

Text Example


Text Example

White with #051950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051950; }

 p { color: rgb(5,25,80); }

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

background-color css

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

 a { background-color: rgb(5,25,80); }

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

border-color css

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

 span { border-color: rgb(5,25,80); }

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