#051387

Color #051387 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #051387

Tints of Dark Blue #051387

Color information

#051387 (or 0x051387) is unknown color: approx Dark Blue. HEX triplet: 05, 13 and 87. RGB value is (5,19,135). Sum of RGB (Red+Green+Blue) = 5+19+135=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #051387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051387 is #FAEC78. Grayscale: #1B1B1B. Windows color (decimal): -16444537 or 8852229. OLE color: 8852229.

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

Color convert

RGB519135-
CMYK0.960.8600.47
HSL233.54º92.86%27.45%-
HSV(B)233.54º96.3%52.94%-
XYZ4.672.2523.11-
YUV28.04188.36111.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=3.14%
G=11.95%
B=84.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5191350.960.8600.47233.5492.8627.45
Hex51387605602Fea5d1b
Octal52320714012605735213533
Binary101100111000011111000001010110010111111101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051387; }

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

 H1.HeaderClassName
 {
   color: #051387;
 }
 .AnyTagClassName
 {
   color: #051387;
 }
</style>
background-color css

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

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

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

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

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

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