#051389

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

Shades of Dark Blue #051389

Tints of Dark Blue #051389

Color information

#051389 (or 0x051389) is unknown color: approx Dark Blue. HEX triplet: 05, 13 and 89. RGB value is (5,19,137). Sum of RGB (Red+Green+Blue) = 5+19+137=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #051389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051389 is #FAEC76. Grayscale: #1B1B1B. Windows color (decimal): -16444535 or 8983301. OLE color: 8983301.

HSL color Cylindrical-coordinate representation of color #051389: hue angle of 233.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051389 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB519137-
CMYK0.960.8600.46
HSL233.64º92.96%27.84%-
HSV(B)233.64º96.35%53.73%-
XYZ4.812.323.86-
YUV28.27189.36111.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 137 (53.91% from 255) = 85.09%
R=3.11%
G=11.80%
B=85.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5191370.960.8600.46233.6492.9627.84
Hex51389605602Eea5d1c
Octal52321114012605635213534
Binary101100111000100111000001010110010111011101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051389; }

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

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

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

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

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

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

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

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