Html Css Color HEX #051159 Sapphire

📋 copy color: '#051159'

red 5 ◦ green 17 ◦ blue 89

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

Shades of Sapphire #051159

Tints of Sapphire #051159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.32%

 BLUE value IS 89 (35.16% from 255) = 80.18%

R = 4.5%
G = 15.32%
B = 80.18%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051159 (or 0x051159) is known color: Sapphire. HEX triplet: 05, 11 and 59. RGB value is (5,17,89). Sum of RGB (Red+Green+Blue) = 5+17+89=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #051159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051159 is #FAEEA6. Grayscale: #151515. Windows color (decimal): -16445095 or 5837061. OLE color: 5837061.

HSL color Cylindrical-coordinate representation of color #051159: hue angle of 231.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051159 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 17 89 -
CMYK 0.94 0.81 0 0.65
HSL 231.43º 0.89% 0.18% -
HSV(B) 231.43º 0.94% 0.35% -
XYZ 2.07 1.15 9.57 -
YUV 21.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 5 17 89 0.94 0.81 0 0.65 231.43 0.89 0.18
Hex 5 11 59 5E 51 0 41 E7 59 12
Octal 5 21 131 136 121 0 101 347 131 22
Binary 101 10001 1011001 1011110 1010001 0 1000001 11100111 1011001 10010

Color Harmonies of #051159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051159

Black with #051159

Text Example


Text Example

White with #051159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051159; }

 p { color: rgb(5,17,89); }

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

background-color css

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

 a { background-color: rgb(5,17,89); }

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

border-color css

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

 span { border-color: rgb(5,17,89); }

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