#04193A

Color #04193A Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #04193A

Tints of Midnight Express #04193A

Color information

#04193A (or 0x04193A) is unknown color: approx Midnight Express. HEX triplet: 04, 19 and 3A. RGB value is (4,25,58). Sum of RGB (Red+Green+Blue) = 4+25+58=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #04193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04193A is #FBE6C5. Grayscale: #161616. Windows color (decimal): -16508614 or 3807492. OLE color: 3807492.

HSL color Cylindrical-coordinate representation of color #04193A: hue angle of 216.67º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04193A is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB42558-
CMYK0.930.5700.77
HSL216.67º87.1%12.16%-
HSV(B)216.67º93.1%22.75%-
XYZ1.161.034.14-
YUV22.48148.04114.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 58 (23.05% from 255) = 66.67%
R=4.60%
G=28.74%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal425580.930.5700.77216.6787.112.16
Hex4193A5D3904Dd957c
Octal4317213571011533112714
Binary100110011110101011101111001010011011101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04193A; }

 p { color: rgb(4,25,58); }

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

<style>
 a { background-color: #04193A; }

 a { background-color: rgb(4,25,58); }

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

<style>
 span { border-color: #04193A; }

 span { border-color: rgb(4,25,58); }

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