Html Css Color HEX #051749 Sapphire

📋 copy color: '#051749'

red 5 ◦ green 23 ◦ blue 73

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

Shades of Sapphire #051749

Tints of Sapphire #051749

RGB

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

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

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

R = 4.95%
G = 22.77%
B = 72.28%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#051749 (or 0x051749) is known color: Sapphire. HEX triplet: 05, 17 and 49. RGB value is (5,23,73). Sum of RGB (Red+Green+Blue) = 5+23+73=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #051749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051749 is #FAE8B6. Grayscale: #171717. Windows color (decimal): -16443575 or 4790021. OLE color: 4790021.

HSL color Cylindrical-coordinate representation of color #051749: hue angle of 224.12º 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 #051749 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 23 73 -
CMYK 0.93 0.68 0 0.71
HSL 224.12º 0.87% 0.15% -
HSV(B) 224.12º 0.93% 0.29% -
XYZ 1.57 1.13 6.44 -
YUV 23.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 5 23 73 0.93 0.68 0 0.71 224.12 0.87 0.15
Hex 5 17 49 5D 44 0 47 E0 57 F
Octal 5 27 111 135 104 0 107 340 127 17
Binary 101 10111 1001001 1011101 1000100 0 1000111 11100000 1010111 1111

Color Harmonies of #051749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051749

Black with #051749

Text Example


Text Example

White with #051749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051749; }

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

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

background-color css

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

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

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

border-color css

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

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

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