#010248

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

Shades of Midnight Blue #010248

Tints of Midnight Blue #010248

Color information

#010248 (or 0x010248) is unknown color: approx Midnight Blue. HEX triplet: 01, 02 and 48. RGB value is (1,2,72). Sum of RGB (Red+Green+Blue) = 1+2+72=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #010248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010248 is #FEFDB7. Grayscale: #090909. Windows color (decimal): -16711096 or 4719105. OLE color: 4719105.

HSL color Cylindrical-coordinate representation of color #010248: hue angle of 239.15º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010248 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB1272-
CMYK0.990.9700.72
HSL239.15º97.26%14.31%-
HSV(B)239.15º98.61%28.24%-
XYZ1.20.526.17-
YUV9.68163.17121.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 72 (28.52% from 255) = 96%
R=1.33%
G=2.67%
B=96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal12720.990.9700.72239.1597.2614.31
Hex12486361048ef61e
Octal12110143141011035714116
Binary110100100011000111100001010010001110111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010248; }

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

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

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

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

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

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

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

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