Html Css Color HEX #051350 Sapphire

📋 copy color: '#051350'

red 5 ◦ green 19 ◦ blue 80

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

Shades of Sapphire #051350

Tints of Sapphire #051350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 76.92%

R = 4.81%
G = 18.27%
B = 76.92%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#051350 (or 0x051350) is known color: Sapphire. HEX triplet: 05, 13 and 50. RGB value is (5,19,80). Sum of RGB (Red+Green+Blue) = 5+19+80=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #051350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051350 is #FAECAF. Grayscale: #151515. Windows color (decimal): -16444592 or 5247749. OLE color: 5247749.

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

Color convert

RGB 5 19 80 -
CMYK 0.94 0.76 0 0.69
HSL 228.8º 0.88% 0.17% -
HSV(B) 228.8º 0.94% 0.31% -
XYZ 1.74 1.08 7.71 -
YUV 21.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 5 19 80 0.94 0.76 0 0.69 228.8 0.88 0.17
Hex 5 13 50 5E 4C 0 45 E5 58 11
Octal 5 23 120 136 114 0 105 345 130 21
Binary 101 10011 1010000 1011110 1001100 0 1000101 11100101 1011000 10001

Color Harmonies of #051350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051350

Black with #051350

Text Example


Text Example

White with #051350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051350; }

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

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

background-color css

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

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

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

border-color css

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

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

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