#011698

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

Shades of New Midnight Blue #011698

Tints of New Midnight Blue #011698

Color information

#011698 (or 0x011698) is unknown color: approx New Midnight Blue. HEX triplet: 01, 16 and 98. RGB value is (1,22,152). Sum of RGB (Red+Green+Blue) = 1+22+152=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #011698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011698 is #FEE967. Grayscale: #1E1E1E. Windows color (decimal): -16705896 or 9967105. OLE color: 9967105.

HSL color Cylindrical-coordinate representation of color #011698: hue angle of 231.66º 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 #011698 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB122152-
CMYK0.990.8600.40
HSL231.66º98.69%30%-
HSV(B)231.66º99.34%59.61%-
XYZ5.972.8529.94-
YUV30.54196.54106.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 152 (59.77% from 255) = 86.86%
R=0.57%
G=12.57%
B=86.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221520.990.8600.40231.6698.6930
Hex116986356028e8631e
Octal12623014312605035014336
Binary1101101001100011000111010110010100011101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011698; }

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

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

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

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

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

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

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

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