#05038B

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

Shades of Dark Blue #05038B

Tints of Dark Blue #05038B

Color information

#05038B (or 0x05038B) is unknown color: approx Dark Blue. HEX triplet: 05, 03 and 8B. RGB value is (5,3,139). Sum of RGB (Red+Green+Blue) = 5+3+139=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 139 (54.69% from 255 or 94.56% from 147); Max value from RGB is 139 - color contains mainly: blue. Hex color #05038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05038B is #FAFC74. Grayscale: #121212. Windows color (decimal): -16448629 or 9110277. OLE color: 9110277.

HSL color Cylindrical-coordinate representation of color #05038B: hue angle of 240.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05038B is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53139-
CMYK0.960.9800.45
HSL240.88º95.77%27.84%-
HSV(B)240.88º97.84%54.51%-
XYZ4.761.9624.55-
YUV19.1195.66117.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 139 (54.69% from 255) = 94.56%
R=3.40%
G=2.04%
B=94.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531390.960.9800.45240.8895.7727.84
Hex538B606202Df1601c
Octal5321314014205536114034
Binary101111000101111000001100010010110111110001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05038B; }

 p { color: rgb(5,3,139); }

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

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

 a { background-color: rgb(5,3,139); }

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

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

 span { border-color: rgb(5,3,139); }

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