Html Css Color HEX #051E51 Sapphire

📋 copy color: '#051E51'

red 5 ◦ green 30 ◦ blue 81

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

Shades of Sapphire #051E51

Tints of Sapphire #051E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.86%

 BLUE value IS 81 (32.03% from 255) = 69.83%

R = 4.31%
G = 25.86%
B = 69.83%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#051E51 (or 0x051E51) is known color: Sapphire. HEX triplet: 05, 1E and 51. RGB value is (5,30,81). Sum of RGB (Red+Green+Blue) = 5+30+81=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #051E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E51 is #FAE1AE. Grayscale: #1C1C1C. Windows color (decimal): -16441775 or 5316101. OLE color: 5316101.

HSL color Cylindrical-coordinate representation of color #051E51: hue angle of 220.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051E51 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 30 81 -
CMYK 0.94 0.63 0 0.68
HSL 220.26º 0.88% 0.17% -
HSV(B) 220.26º 0.94% 0.32% -
XYZ 2.01 1.55 7.98 -
YUV 28.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 5 30 81 0.94 0.63 0 0.68 220.26 0.88 0.17
Hex 5 1E 51 5E 3F 0 44 DC 58 11
Octal 5 36 121 136 77 0 104 334 130 21
Binary 101 11110 1010001 1011110 111111 0 1000100 11011100 1011000 10001

Color Harmonies of #051E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E51

Black with #051E51

Text Example


Text Example

White with #051E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,30,81); }

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

background-color css

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

 a { background-color: rgb(5,30,81); }

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

border-color css

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

 span { border-color: rgb(5,30,81); }

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