Html Css Color HEX #051356 Sapphire

📋 copy color: '#051356'

red 5 ◦ green 19 ◦ blue 86

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

Shades of Sapphire #051356

Tints of Sapphire #051356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 78.18%

R = 4.55%
G = 17.27%
B = 78.18%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#051356 (or 0x051356) is known color: Sapphire. HEX triplet: 05, 13 and 56. RGB value is (5,19,86). Sum of RGB (Red+Green+Blue) = 5+19+86=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #051356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051356 is #FAECA9. Grayscale: #161616. Windows color (decimal): -16444586 or 5640965. OLE color: 5640965.

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

Color convert

RGB 5 19 86 -
CMYK 0.94 0.78 0 0.66
HSL 229.63º 0.89% 0.18% -
HSV(B) 229.63º 0.94% 0.34% -
XYZ 1.98 1.17 8.93 -
YUV 22.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 5 19 86 0.94 0.78 0 0.66 229.63 0.89 0.18
Hex 5 13 56 5E 4E 0 42 E6 59 12
Octal 5 23 126 136 116 0 102 346 131 22
Binary 101 10011 1010110 1011110 1001110 0 1000010 11100110 1011001 10010

Color Harmonies of #051356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051356

Black with #051356

Text Example


Text Example

White with #051356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051356; }

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

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

background-color css

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

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

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

border-color css

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

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

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