Html Css Color HEX #050686 Dark Blue

📋 copy color: '#050686'

red 5 ◦ green 6 ◦ blue 134

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

Shades of Dark Blue #050686

Tints of Dark Blue #050686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

 BLUE value IS 134 (52.73% from 255) = 92.41%

R = 3.45%
G = 4.14%
B = 92.41%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050686 (or 0x050686) is known color: Dark Blue. HEX triplet: 05, 06 and 86. RGB value is (5,6,134). Sum of RGB (Red+Green+Blue) = 5+6+134=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 134 (52.73% from 255 or 92.41% from 145); Max value from RGB is 134 - color contains mainly: blue. Hex color #050686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050686 is #FAF979. Grayscale: #131313. Windows color (decimal): -16447866 or 8783365. OLE color: 8783365.

HSL color Cylindrical-coordinate representation of color #050686: hue angle of 239.53º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050686 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 6 134 -
CMYK 0.96 0.96 0 0.47
HSL 239.53º 0.93% 0.27% -
HSV(B) 239.53º 0.96% 0.53% -
XYZ 4.43 1.88 22.68 -
YUV 20.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 5 6 134 0.96 0.96 0 0.47 239.53 0.93 0.27
Hex 5 6 86 60 60 0 2F F0 5D 1B
Octal 5 6 206 140 140 0 57 360 135 33
Binary 101 110 10000110 1100000 1100000 0 101111 11110000 1011101 11011

Color Harmonies of #050686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050686

Black with #050686

Text Example


Text Example

White with #050686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050686; }

 p { color: rgb(5,6,134); }

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

background-color css

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

 a { background-color: rgb(5,6,134); }

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

border-color css

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

 span { border-color: rgb(5,6,134); }

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