#03018E

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

Shades of Dark Blue #03018E

Tints of Dark Blue #03018E

Color information

#03018E (or 0x03018E) is unknown color: approx Dark Blue. HEX triplet: 03, 01 and 8E. RGB value is (3,1,142). Sum of RGB (Red+Green+Blue) = 3+1+142=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 142 (55.86% from 255 or 97.26% from 146); Max value from RGB is 142 - color contains mainly: blue. Hex color #03018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03018E is #FCFE71. Grayscale: #111111. Windows color (decimal): -16580210 or 9306371. OLE color: 9306371.

HSL color Cylindrical-coordinate representation of color #03018E: hue angle of 240.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03018E is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31142-
CMYK0.980.9900.44
HSL240.85º98.6%28.04%-
HSV(B)240.85º99.3%55.69%-
XYZ4.931.9925.72-
YUV17.67198.16117.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 142 (55.86% from 255) = 97.26%
R=2.05%
G=0.68%
B=97.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311420.980.9900.44240.8598.628.04
Hex318E626302Cf1631c
Octal3121614214305436114334
Binary1111000111011000101100011010110011110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03018E; }

 p { color: rgb(3,1,142); }

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

<style>
 a { background-color: #03018E; }

 a { background-color: rgb(3,1,142); }

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

<style>
 span { border-color: #03018E; }

 span { border-color: rgb(3,1,142); }

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