#05068B

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

Shades of Dark Blue #05068B

Tints of Dark Blue #05068B

Color information

#05068B (or 0x05068B) is unknown color: approx Dark Blue. HEX triplet: 05, 06 and 8B. RGB value is (5,6,139). Sum of RGB (Red+Green+Blue) = 5+6+139=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 139 (54.69% from 255 or 92.67% from 150); Max value from RGB is 139 - color contains mainly: blue. Hex color #05068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05068B is #FAF974. Grayscale: #141414. Windows color (decimal): -16447861 or 9111045. OLE color: 9111045.

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

Color convert

RGB56139-
CMYK0.960.9600.45
HSL239.55º93.06%28.24%-
HSV(B)239.55º96.4%54.51%-
XYZ4.792.0324.56-
YUV20.86194.67116.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 139 (54.69% from 255) = 92.67%
R=3.33%
G=4%
B=92.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561390.960.9600.45239.5593.0628.24
Hex568B606002Df05d1c
Octal5621314014005536013534
Binary1011101000101111000001100000010110111110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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