#01044B

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

Shades of Midnight Blue #01044B

Tints of Midnight Blue #01044B

Color information

#01044B (or 0x01044B) is unknown color: approx Midnight Blue. HEX triplet: 01, 04 and 4B. RGB value is (1,4,75). Sum of RGB (Red+Green+Blue) = 1+4+75=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 75 (29.69% from 255 or 93.75% from 80); Max value from RGB is 75 - color contains mainly: blue. Hex color #01044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01044B is #FEFBB4. Grayscale: #0A0A0A. Windows color (decimal): -16710581 or 4916225. OLE color: 4916225.

HSL color Cylindrical-coordinate representation of color #01044B: hue angle of 237.57º 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 #01044B is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB1475-
CMYK0.990.9500.71
HSL237.57º97.37%14.9%-
HSV(B)237.57º98.67%29.41%-
XYZ1.330.66.7-
YUV11.2164.01120.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 75 (29.69% from 255) = 93.75%
R=1.25%
G=5%
B=93.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal14750.990.9500.71237.5797.3714.9
Hex144B635F047ee61f
Octal14113143137010735614117
Binary1100100101111000111011111010001111110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01044B; }

 p { color: rgb(1,4,75); }

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

<style>
 a { background-color: #01044B; }

 a { background-color: rgb(1,4,75); }

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

<style>
 span { border-color: #01044B; }

 span { border-color: rgb(1,4,75); }

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