#001295

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

Shades of New Midnight Blue #001295

Tints of New Midnight Blue #001295

Color information

#001295 (or 0x001295) is unknown color: approx New Midnight Blue. HEX triplet: 00, 12 and 95. RGB value is (0,18,149). Sum of RGB (Red+Green+Blue) = 0+18+149=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #001295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001295 is #FFED6A. Grayscale: #1B1B1B. Windows color (decimal): -16772459 or 9769472. OLE color: 9769472.

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

Color convert

RGB018149-
CMYK10.8800.42
HSL232.75º100%29.22%-
HSV(B)232.75º100%58.43%-
XYZ5.642.628.64-
YUV27.55196.54108.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 149 (58.59% from 255) = 89.22%
R=0%
G=10.78%
B=89.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01814910.8800.42232.7510029.22
Hex01295645802Ae9641d
Octal02222514413005235114435
Binary0100101001010111001001011000010101011101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001295; }

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

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

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

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

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

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

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

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