#001595

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

Shades of New Midnight Blue #001595

Tints of New Midnight Blue #001595

Color information

#001595 (or 0x001595) is unknown color: approx New Midnight Blue. HEX triplet: 00, 15 and 95. RGB value is (0,21,149). Sum of RGB (Red+Green+Blue) = 0+21+149=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #001595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001595 is #FFEA6A. Grayscale: #1C1C1C. Windows color (decimal): -16771691 or 9770240. OLE color: 9770240.

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

Color convert

RGB021149-
CMYK10.8600.42
HSL231.54º100%29.22%-
HSV(B)231.54º100%58.43%-
XYZ5.692.7128.66-
YUV29.31195.54107.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 149 (58.59% from 255) = 87.65%
R=0%
G=12.35%
B=87.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02114910.8600.42231.5410029.22
Hex01595645602Ae8641d
Octal02522514412605235014435
Binary0101011001010111001001010110010101011101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001595; }

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

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

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

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

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

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

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

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