#050D8A

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

Shades of Dark Blue #050D8A

Tints of Dark Blue #050D8A

Color information

#050D8A (or 0x050D8A) is unknown color: approx Dark Blue. HEX triplet: 05, 0D and 8A. RGB value is (5,13,138). Sum of RGB (Red+Green+Blue) = 5+13+138=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 138 (54.30% from 255 or 88.46% from 156); Max value from RGB is 138 - color contains mainly: blue. Hex color #050D8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D8A is #FAF275. Grayscale: #181818. Windows color (decimal): -16446070 or 9047301. OLE color: 9047301.

HSL color Cylindrical-coordinate representation of color #050D8A: hue angle of 236.39º 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 #050D8A is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB513138-
CMYK0.960.9100.46
HSL236.39º93.01%28.04%-
HSV(B)236.39º96.38%54.12%-
XYZ4.792.1624.21-
YUV24.86191.85113.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 138 (54.30% from 255) = 88.46%
R=3.21%
G=8.33%
B=88.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5131380.960.9100.46236.3993.0128.04
Hex5D8A605B02Eec5d1c
Octal51521214013305635413534
Binary10111011000101011000001011011010111011101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D8A; }

 p { color: rgb(5,13,138); }

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

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

 a { background-color: rgb(5,13,138); }

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

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

 span { border-color: rgb(5,13,138); }

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