#01034A

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

Shades of Midnight Blue #01034A

Tints of Midnight Blue #01034A

Color information

#01034A (or 0x01034A) is unknown color: approx Midnight Blue. HEX triplet: 01, 03 and 4A. RGB value is (1,3,74). Sum of RGB (Red+Green+Blue) = 1+3+74=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 74 (29.30% from 255 or 94.87% from 78); Max value from RGB is 74 - color contains mainly: blue. Hex color #01034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01034A is #FEFCB5. Grayscale: #0A0A0A. Windows color (decimal): -16710838 or 4850433. OLE color: 4850433.

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

Color convert

RGB1374-
CMYK0.990.9600.71
HSL238.36º97.33%14.71%-
HSV(B)238.36º98.65%29.02%-
XYZ1.280.576.52-
YUV10.5163.84121.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 74 (29.30% from 255) = 94.87%
R=1.28%
G=3.85%
B=94.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal13740.990.9600.71238.3697.3314.71
Hex134A6360047ee61f
Octal13112143140010735614117
Binary111100101011000111100000010001111110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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