Html Css Color HEX #051A49 Sapphire

📋 copy color: '#051A49'

red 5 ◦ green 26 ◦ blue 73

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

Shades of Sapphire #051A49

Tints of Sapphire #051A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 70.19%

R = 4.81%
G = 25%
B = 70.19%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#051A49 (or 0x051A49) is known color: Sapphire. HEX triplet: 05, 1A and 49. RGB value is (5,26,73). Sum of RGB (Red+Green+Blue) = 5+26+73=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #051A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A49 is #FAE5B6. Grayscale: #181818. Windows color (decimal): -16442807 or 4790789. OLE color: 4790789.

HSL color Cylindrical-coordinate representation of color #051A49: hue angle of 221.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051A49 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 26 73 -
CMYK 0.93 0.64 0 0.71
HSL 221.47º 0.87% 0.15% -
HSV(B) 221.47º 0.93% 0.29% -
XYZ 1.63 1.25 6.46 -
YUV 25.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 5 26 73 0.93 0.64 0 0.71 221.47 0.87 0.15
Hex 5 1A 49 5D 40 0 47 DD 57 F
Octal 5 32 111 135 100 0 107 335 127 17
Binary 101 11010 1001001 1011101 1000000 0 1000111 11011101 1010111 1111

Color Harmonies of #051A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A49

Black with #051A49

Text Example


Text Example

White with #051A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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