#01024B

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

Shades of Midnight Blue #01024B

Tints of Midnight Blue #01024B

Color information

#01024B (or 0x01024B) is unknown color: approx Midnight Blue. HEX triplet: 01, 02 and 4B. RGB value is (1,2,75). Sum of RGB (Red+Green+Blue) = 1+2+75=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 75 (29.69% from 255 or 96.15% from 78); Max value from RGB is 75 - color contains mainly: blue. Hex color #01024B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01024B is #FEFDB4. Grayscale: #090909. Windows color (decimal): -16711093 or 4915713. OLE color: 4915713.

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

Color convert

RGB1275-
CMYK0.990.9700.71
HSL239.19º97.37%14.9%-
HSV(B)239.19º98.67%29.41%-
XYZ1.30.566.7-
YUV10.02164.67121.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 75 (29.69% from 255) = 96.15%
R=1.28%
G=2.56%
B=96.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal12750.990.9700.71239.1997.3714.9
Hex124B6361047ef61f
Octal12113143141010735714117
Binary110100101111000111100001010001111110111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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