Html Css Color HEX #001596 New Midnight Blue

📋 copy color: '#001596'

red 0 ◦ green 21 ◦ blue 150

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

Shades of New Midnight Blue #001596

Tints of New Midnight Blue #001596

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 12.28%

 BLUE value IS 150 (58.98% from 255) = 87.72%

R = 0%
G = 12.28%
B = 87.72%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001596 (or 0x001596) is known color: New Midnight Blue. HEX triplet: 00, 15 and 96. RGB value is (0,21,150). Sum of RGB (Red+Green+Blue) = 0+21+150=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #001596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001596 is #FFEA69. Grayscale: #1C1C1C. Windows color (decimal): -16771690 or 9835776. OLE color: 9835776.

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

Color convert

RGB 0 21 150 -
CMYK 1 0.86 0 0.41
HSL 231.6º 1% 0.29% -
HSV(B) 231.6º 1% 0.59% -
XYZ 5.77 2.74 29.08 -
YUV 29.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 0 21 150 1 0.86 0 0.41 231.6 1 0.29
Hex 0 15 96 64 56 0 29 E8 64 1D
Octal 0 25 226 144 126 0 51 350 144 35
Binary 0 10101 10010110 1100100 1010110 0 101001 11101000 1100100 11101

Color Harmonies of #001596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001596

Black with #001596

Text Example


Text Example

White with #001596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001596; }

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

 H1.HeaderClassName
 {
   color: #001596;
 }
 .AnyTagClassName
 {
   color: #001596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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