#05028B

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

Shades of Dark Blue #05028B

Tints of Dark Blue #05028B

Color information

#05028B (or 0x05028B) is unknown color: approx Dark Blue. HEX triplet: 05, 02 and 8B. RGB value is (5,2,139). Sum of RGB (Red+Green+Blue) = 5+2+139=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #05028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05028B is #FAFD74. Grayscale: #111111. Windows color (decimal): -16448885 or 9110021. OLE color: 9110021.

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

Color convert

RGB52139-
CMYK0.960.9900.45
HSL241.31º97.16%27.65%-
HSV(B)241.31º98.56%54.51%-
XYZ4.741.9424.55-
YUV18.52195.99118.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 139 (54.69% from 255) = 95.21%
R=3.42%
G=1.37%
B=95.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521390.960.9900.45241.3197.1627.65
Hex528B606302Df1611c
Octal5221314014305536114134
Binary101101000101111000001100011010110111110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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