Html Css Color HEX #050187 Dark Blue

📋 copy color: '#050187'

red 5 ◦ green 1 ◦ blue 135

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

Shades of Dark Blue #050187

Tints of Dark Blue #050187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 135 (53.13% from 255) = 95.74%

R = 3.55%
G = 0.71%
B = 95.74%

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

#050187 (or 0x050187) is known color: Dark Blue. HEX triplet: 05, 01 and 87. RGB value is (5,1,135). Sum of RGB (Red+Green+Blue) = 5+1+135=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 135 (53.12% from 255 or 95.74% from 141); Max value from RGB is 135 - color contains mainly: blue. Hex color #050187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050187 is #FAFE78. Grayscale: #101010. Windows color (decimal): -16449145 or 8847621. OLE color: 8847621.

HSL color Cylindrical-coordinate representation of color #050187: hue angle of 241.79º degrees, saturation: 0.99, 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 #050187 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 1 135 -
CMYK 0.96 0.99 0 0.47
HSL 241.79º 0.99% 0.27% -
HSV(B) 241.79º 0.99% 0.53% -
XYZ 4.45 1.8 23.04 -
YUV 17.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 5 1 135 0.96 0.99 0 0.47 241.79 0.99 0.27
Hex 5 1 87 60 63 0 2F F2 63 1B
Octal 5 1 207 140 143 0 57 362 143 33
Binary 101 1 10000111 1100000 1100011 0 101111 11110010 1100011 11011

Color Harmonies of #050187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050187

Black with #050187

Text Example


Text Example

White with #050187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050187; }

 p { color: rgb(5,1,135); }

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

background-color css

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

 a { background-color: rgb(5,1,135); }

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

border-color css

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

 span { border-color: rgb(5,1,135); }

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