Html Css Color HEX #051F4F Sapphire

📋 copy color: '#051F4F'

red 5 ◦ green 31 ◦ blue 79

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

Shades of Sapphire #051F4F

Tints of Sapphire #051F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 68.7%

R = 4.35%
G = 26.96%
B = 68.7%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051F4F (or 0x051F4F) is known color: Sapphire. HEX triplet: 05, 1F and 4F. RGB value is (5,31,79). Sum of RGB (Red+Green+Blue) = 5+31+79=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #051F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F4F is #FAE0B0. Grayscale: #1C1C1C. Windows color (decimal): -16441521 or 5185285. OLE color: 5185285.

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

Color convert

RGB 5 31 79 -
CMYK 0.94 0.61 0 0.69
HSL 218.92º 0.88% 0.16% -
HSV(B) 218.92º 0.94% 0.31% -
XYZ 1.96 1.58 7.6 -
YUV 28.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 5 31 79 0.94 0.61 0 0.69 218.92 0.88 0.16
Hex 5 1F 4F 5E 3D 0 45 DB 58 10
Octal 5 37 117 136 75 0 105 333 130 20
Binary 101 11111 1001111 1011110 111101 0 1000101 11011011 1011000 10000

Color Harmonies of #051F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F4F

Black with #051F4F

Text Example


Text Example

White with #051F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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