#011895

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

Shades of New Midnight Blue #011895

Tints of New Midnight Blue #011895

Color information

#011895 (or 0x011895) is unknown color: approx New Midnight Blue. HEX triplet: 01, 18 and 95. RGB value is (1,24,149). Sum of RGB (Red+Green+Blue) = 1+24+149=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #011895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011895 is #FEE76A. Grayscale: #1E1E1E. Windows color (decimal): -16705387 or 9771009. OLE color: 9771009.

HSL color Cylindrical-coordinate representation of color #011895: hue angle of 230.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011895 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB124149-
CMYK0.990.8400.42
HSL230.68º98.67%29.41%-
HSV(B)230.68º99.33%58.43%-
XYZ5.762.8328.68-
YUV31.37194.38106.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 149 (58.59% from 255) = 85.63%
R=0.57%
G=13.79%
B=85.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241490.990.8400.42230.6898.6729.41
Hex11895635402Ae7631d
Octal13022514312405234714335
Binary1110001001010111000111010100010101011100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011895; }

 p { color: rgb(1,24,149); }

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

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

 a { background-color: rgb(1,24,149); }

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

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

 span { border-color: rgb(1,24,149); }

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