#01034E

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

Shades of Midnight Blue #01034E

Tints of Midnight Blue #01034E

Color information

#01034E (or 0x01034E) is unknown color: approx Midnight Blue. HEX triplet: 01, 03 and 4E. RGB value is (1,3,78). Sum of RGB (Red+Green+Blue) = 1+3+78=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 78 (30.86% from 255 or 95.12% from 82); Max value from RGB is 78 - color contains mainly: blue. Hex color #01034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01034E is #FEFCB1. Grayscale: #0A0A0A. Windows color (decimal): -16710834 or 5112577. OLE color: 5112577.

HSL color Cylindrical-coordinate representation of color #01034E: hue angle of 238.44º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01034E is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB1378-
CMYK0.990.9600.69
HSL238.44º97.47%15.49%-
HSV(B)238.44º98.72%30.59%-
XYZ1.420.627.25-
YUV10.95165.84120.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 78 (30.86% from 255) = 95.12%
R=1.22%
G=3.66%
B=95.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal13780.990.9600.69238.4497.4715.49
Hex134E6360045ee61f
Octal13116143140010535614117
Binary111100111011000111100000010001011110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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