Html Css Color HEX #051487 Dark Blue

📋 copy color: '#051487'

red 5 ◦ green 20 ◦ blue 135

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

Shades of Dark Blue #051487

Tints of Dark Blue #051487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 3.13%
G = 12.5%
B = 84.38%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051487 (or 0x051487) is known color: Dark Blue. HEX triplet: 05, 14 and 87. RGB value is (5,20,135). Sum of RGB (Red+Green+Blue) = 5+20+135=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #051487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051487 is #FAEB78. Grayscale: #1C1C1C. Windows color (decimal): -16444281 or 8852485. OLE color: 8852485.

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

Color convert

RGB 5 20 135 -
CMYK 0.96 0.85 0 0.47
HSL 233.08º 0.93% 0.27% -
HSV(B) 233.08º 0.96% 0.53% -
XYZ 4.69 2.28 23.12 -
YUV 28.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 5 20 135 0.96 0.85 0 0.47 233.08 0.93 0.27
Hex 5 14 87 60 55 0 2F E9 5D 1B
Octal 5 24 207 140 125 0 57 351 135 33
Binary 101 10100 10000111 1100000 1010101 0 101111 11101001 1011101 11011

Color Harmonies of #051487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051487

Black with #051487

Text Example


Text Example

White with #051487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051487; }

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

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

background-color css

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

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

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

border-color css

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

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

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