Html Css Color HEX #051F47 Sapphire

📋 copy color: '#051F47'

red 5 ◦ green 31 ◦ blue 71

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

Shades of Sapphire #051F47

Tints of Sapphire #051F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

 BLUE value IS 71 (28.13% from 255) = 66.36%

R = 4.67%
G = 28.97%
B = 66.36%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051F47 (or 0x051F47) is known color: Sapphire. HEX triplet: 05, 1F and 47. RGB value is (5,31,71). Sum of RGB (Red+Green+Blue) = 5+31+71=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #051F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F47 is #FAE0B8. Grayscale: #1B1B1B. Windows color (decimal): -16441529 or 4660997. OLE color: 4660997.

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

Color convert

RGB 5 31 71 -
CMYK 0.93 0.56 0 0.72
HSL 216.36º 0.87% 0.15% -
HSV(B) 216.36º 0.93% 0.28% -
XYZ 1.69 1.47 6.16 -
YUV 27.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 5 31 71 0.93 0.56 0 0.72 216.36 0.87 0.15
Hex 5 1F 47 5D 38 0 48 D8 57 F
Octal 5 37 107 135 70 0 110 330 127 17
Binary 101 11111 1000111 1011101 111000 0 1001000 11011000 1010111 1111

Color Harmonies of #051F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F47

Black with #051F47

Text Example


Text Example

White with #051F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,31,71); }

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

background-color css

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

 a { background-color: rgb(5,31,71); }

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

border-color css

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

 span { border-color: rgb(5,31,71); }

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