#03113E

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

Shades of Midnight Express #03113E

Tints of Midnight Express #03113E

Color information

#03113E (or 0x03113E) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 3E. RGB value is (3,17,62). Sum of RGB (Red+Green+Blue) = 3+17+62=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #03113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03113E is #FCEEC1. Grayscale: #111111. Windows color (decimal): -16576194 or 4067587. OLE color: 4067587.

HSL color Cylindrical-coordinate representation of color #03113E: hue angle of 225.76º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03113E is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB31762-
CMYK0.950.7300.76
HSL225.76º90.77%12.75%-
HSV(B)225.76º95.16%24.31%-
XYZ1.110.774.65-
YUV17.94152.86117.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 62 (24.61% from 255) = 75.61%
R=3.66%
G=20.73%
B=75.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal317620.950.7300.76225.7690.7712.75
Hex3113E5F4904Ce25bd
Octal32176137111011434213315
Binary111000111111010111111001001010011001110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,17,62); }

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

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

 a { background-color: rgb(3,17,62); }

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

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

 span { border-color: rgb(3,17,62); }

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