Html Css Color HEX #001595 New Midnight Blue

📋 copy color: '#001595'

red 0 ◦ green 21 ◦ blue 149

#001595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #001595

Tints of New Midnight Blue #001595

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 value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001595 (or 0x001595) is known color: 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

RGB 0 21 149 -
CMYK 1 0.86 0 0.42
HSL 231.54º 1% 0.29% -
HSV(B) 231.54º 1% 0.58% -
XYZ 5.69 2.71 28.66 -
YUV 29.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 0 21 149 1 0.86 0 0.42 231.54 1 0.29
Hex 0 15 95 64 56 0 2A E8 64 1D
Octal 0 25 225 144 126 0 52 350 144 35
Binary 0 10101 10010101 1100100 1010110 0 101010 11101000 1100100 11101

Color Harmonies of #001595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001595

Black with #001595

Text Example


Text Example

White with #001595

Text Example


Text Example

HTML Codes & Css Web 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>