Html Css Color HEX #051A50 Sapphire

📋 copy color: '#051A50'

red 5 ◦ green 26 ◦ blue 80

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

Shades of Sapphire #051A50

Tints of Sapphire #051A50

RGB

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

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

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

R = 4.5%
G = 23.42%
B = 72.07%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051A50 (or 0x051A50) is known color: Sapphire. HEX triplet: 05, 1A and 50. RGB value is (5,26,80). Sum of RGB (Red+Green+Blue) = 5+26+80=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #051A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A50 is #FAE5AF. Grayscale: #191919. Windows color (decimal): -16442800 or 5249541. OLE color: 5249541.

HSL color Cylindrical-coordinate representation of color #051A50: hue angle of 223.2º 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 #051A50 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 26 80 -
CMYK 0.94 0.67 0 0.69
HSL 223.2º 0.88% 0.17% -
HSV(B) 223.2º 0.94% 0.31% -
XYZ 1.88 1.35 7.75 -
YUV 25.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 5 26 80 0.94 0.67 0 0.69 223.2 0.88 0.17
Hex 5 1A 50 5E 43 0 45 DF 58 11
Octal 5 32 120 136 103 0 105 337 130 21
Binary 101 11010 1010000 1011110 1000011 0 1000101 11011111 1011000 10001

Color Harmonies of #051A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A50

Black with #051A50

Text Example


Text Example

White with #051A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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