#011498

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

Shades of New Midnight Blue #011498

Tints of New Midnight Blue #011498

Color information

#011498 (or 0x011498) is unknown color: approx New Midnight Blue. HEX triplet: 01, 14 and 98. RGB value is (1,20,152). Sum of RGB (Red+Green+Blue) = 1+20+152=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #011498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011498 is #FEEB67. Grayscale: #1C1C1C. Windows color (decimal): -16706408 or 9966593. OLE color: 9966593.

HSL color Cylindrical-coordinate representation of color #011498: hue angle of 232.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011498 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120152-
CMYK0.990.8700.40
HSL232.45º98.69%30%-
HSV(B)232.45º99.34%59.61%-
XYZ5.932.7729.93-
YUV29.37197.21107.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 152 (59.77% from 255) = 87.86%
R=0.58%
G=11.56%
B=87.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201520.990.8700.40232.4598.6930
Hex114986357028e8631e
Octal12423014312705035014336
Binary1101001001100011000111010111010100011101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011498; }

 p { color: rgb(1,20,152); }

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

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

 a { background-color: rgb(1,20,152); }

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

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

 span { border-color: rgb(1,20,152); }

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