Html Css Color HEX #051359 Sapphire

📋 copy color: '#051359'

red 5 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #051359

Tints of Sapphire #051359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 4.42%
G = 16.81%
B = 78.76%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051359 (or 0x051359) is known color: Sapphire. HEX triplet: 05, 13 and 59. RGB value is (5,19,89). Sum of RGB (Red+Green+Blue) = 5+19+89=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #051359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051359 is #FAECA6. Grayscale: #161616. Windows color (decimal): -16444583 or 5837573. OLE color: 5837573.

HSL color Cylindrical-coordinate representation of color #051359: hue angle of 230º 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 #051359 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 19 89 -
CMYK 0.94 0.79 0 0.65
HSL 230º 0.89% 0.18% -
HSV(B) 230º 0.94% 0.35% -
XYZ 2.1 1.22 9.58 -
YUV 22.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 5 19 89 0.94 0.79 0 0.65 230 0.89 0.18
Hex 5 13 59 5E 4F 0 41 E6 59 12
Octal 5 23 131 136 117 0 101 346 131 22
Binary 101 10011 1011001 1011110 1001111 0 1000001 11100110 1011001 10010

Color Harmonies of #051359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051359

Black with #051359

Text Example


Text Example

White with #051359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051359; }

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

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

background-color css

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

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

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

border-color css

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

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

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