Html Css Color HEX #001597 New Midnight Blue

📋 copy color: '#001597'

red 0 ◦ green 21 ◦ blue 151

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

Shades of New Midnight Blue #001597

Tints of New Midnight Blue #001597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 87.79%

R = 0%
G = 12.21%
B = 87.79%

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

#001597 (or 0x001597) is known color: New Midnight Blue. HEX triplet: 00, 15 and 97. RGB value is (0,21,151). Sum of RGB (Red+Green+Blue) = 0+21+151=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 151 (59.38% from 255 or 87.79% from 172); Max value from RGB is 151 - color contains mainly: blue. Hex color #001597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001597 is #FFEA68. Grayscale: #1D1D1D. Windows color (decimal): -16771689 or 9901312. OLE color: 9901312.

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

Color convert

RGB 0 21 151 -
CMYK 1 0.86 0 0.41
HSL 231.66º 1% 0.3% -
HSV(B) 231.66º 1% 0.59% -
XYZ 5.85 2.77 29.5 -
YUV 29.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 0 21 151 1 0.86 0 0.41 231.66 1 0.3
Hex 0 15 97 64 56 0 29 E8 64 1E
Octal 0 25 227 144 126 0 51 350 144 36
Binary 0 10101 10010111 1100100 1010110 0 101001 11101000 1100100 11110

Color Harmonies of #001597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001597

Black with #001597

Text Example


Text Example

White with #001597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001597; }

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

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

background-color css

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

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

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

border-color css

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

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

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