Html Css Color HEX #050286 Dark Blue

📋 copy color: '#050286'

red 5 ◦ green 2 ◦ blue 134

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

Shades of Dark Blue #050286

Tints of Dark Blue #050286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 3.55%
G = 1.42%
B = 95.04%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050286 (or 0x050286) is known color: Dark Blue. HEX triplet: 05, 02 and 86. RGB value is (5,2,134). Sum of RGB (Red+Green+Blue) = 5+2+134=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #050286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050286 is #FAFD79. Grayscale: #111111. Windows color (decimal): -16448890 or 8782341. OLE color: 8782341.

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

Color convert

RGB 5 2 134 -
CMYK 0.96 0.99 0 0.47
HSL 241.36º 0.97% 0.27% -
HSV(B) 241.36º 0.99% 0.53% -
XYZ 4.39 1.8 22.67 -
YUV 17.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 5 2 134 0.96 0.99 0 0.47 241.36 0.97 0.27
Hex 5 2 86 60 63 0 2F F1 61 1B
Octal 5 2 206 140 143 0 57 361 141 33
Binary 101 10 10000110 1100000 1100011 0 101111 11110001 1100001 11011

Color Harmonies of #050286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050286

Black with #050286

Text Example


Text Example

White with #050286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050286; }

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

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

background-color css

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

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

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

border-color css

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

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

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