#01034C

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

Shades of Midnight Blue #01034C

Tints of Midnight Blue #01034C

Color information

#01034C (or 0x01034C) is unknown color: approx Midnight Blue. HEX triplet: 01, 03 and 4C. RGB value is (1,3,76). Sum of RGB (Red+Green+Blue) = 1+3+76=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 76 (30.08% from 255 or 95% from 80); Max value from RGB is 76 - color contains mainly: blue. Hex color #01034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01034C is #FEFCB3. Grayscale: #0A0A0A. Windows color (decimal): -16710836 or 4981505. OLE color: 4981505.

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

Color convert

RGB1376-
CMYK0.990.9600.70
HSL238.4º97.4%15.1%-
HSV(B)238.4º98.68%29.8%-
XYZ1.350.596.88-
YUV10.72164.84121.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 76 (30.08% from 255) = 95%
R=1.25%
G=3.75%
B=95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal13760.990.9600.70238.497.415.1
Hex134C6360046ee61f
Octal13114143140010635614117
Binary111100110011000111100000010001101110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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