#001395

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

Shades of New Midnight Blue #001395

Tints of New Midnight Blue #001395

Color information

#001395 (or 0x001395) is unknown color: approx New Midnight Blue. HEX triplet: 00, 13 and 95. RGB value is (0,19,149). Sum of RGB (Red+Green+Blue) = 0+19+149=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #001395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001395 is #FFEC6A. Grayscale: #1B1B1B. Windows color (decimal): -16772203 or 9769728. OLE color: 9769728.

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

Color convert

RGB019149-
CMYK10.8700.42
HSL232.35º100%29.22%-
HSV(B)232.35º100%58.43%-
XYZ5.662.6428.64-
YUV28.14196.21107.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 149 (58.59% from 255) = 88.69%
R=0%
G=11.31%
B=88.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01914910.8700.42232.3510029.22
Hex01395645702Ae8641d
Octal02322514412705235014435
Binary0100111001010111001001010111010101011101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001395; }

 p { color: rgb(0,19,149); }

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

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

 a { background-color: rgb(0,19,149); }

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

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

 span { border-color: rgb(0,19,149); }

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