#04018C

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

Shades of Dark Blue #04018C

Tints of Dark Blue #04018C

Color information

#04018C (or 0x04018C) is unknown color: approx Dark Blue. HEX triplet: 04, 01 and 8C. RGB value is (4,1,140). Sum of RGB (Red+Green+Blue) = 4+1+140=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 140 (55.08% from 255 or 96.55% from 145); Max value from RGB is 140 - color contains mainly: blue. Hex color #04018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04018C is #FBFE73. Grayscale: #111111. Windows color (decimal): -16514676 or 9175300. OLE color: 9175300.

HSL color Cylindrical-coordinate representation of color #04018C: hue angle of 241.29º degrees, saturation: 0.99, 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 #04018C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41140-
CMYK0.970.9900.45
HSL241.29º98.58%27.65%-
HSV(B)241.29º99.29%54.9%-
XYZ4.791.9424.93-
YUV17.74196.99118.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 140 (55.08% from 255) = 96.55%
R=2.76%
G=0.69%
B=96.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411400.970.9900.45241.2998.5827.65
Hex418C616302Df1631c
Octal4121414114305536114334
Binary10011000110011000011100011010110111110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04018C; }

 p { color: rgb(4,1,140); }

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

<style>
 a { background-color: #04018C; }

 a { background-color: rgb(4,1,140); }

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

<style>
 span { border-color: #04018C; }

 span { border-color: rgb(4,1,140); }

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