#08038D

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

Shades of Dark Blue #08038D

Tints of Dark Blue #08038D

Color information

#08038D (or 0x08038D) is unknown color: approx Dark Blue. HEX triplet: 08, 03 and 8D. RGB value is (8,3,141). Sum of RGB (Red+Green+Blue) = 8+3+141=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 141 (55.47% from 255 or 92.76% from 152); Max value from RGB is 141 - color contains mainly: blue. Hex color #08038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08038D is #F7FC72. Grayscale: #131313. Windows color (decimal): -16252019 or 9241352. OLE color: 9241352.

HSL color Cylindrical-coordinate representation of color #08038D: hue angle of 242.17º 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 #08038D is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83141-
CMYK0.940.9800.45
HSL242.17º95.83%28.24%-
HSV(B)242.17º97.87%55.29%-
XYZ4.942.0425.33-
YUV20.23196.16119.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 141 (55.47% from 255) = 92.76%
R=5.26%
G=1.97%
B=92.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831410.940.9800.45242.1795.8328.24
Hex838D5E6202Df2601c
Octal10321513614205536214034
Binary1000111000110110111101100010010110111110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08038D; }

 p { color: rgb(8,3,141); }

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

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

 a { background-color: rgb(8,3,141); }

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

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

 span { border-color: rgb(8,3,141); }

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