Html Css Color HEX #001397 New Midnight Blue

📋 copy color: '#001397'

red 0 ◦ green 19 ◦ blue 151

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

Shades of New Midnight Blue #001397

Tints of New Midnight Blue #001397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 0%
G = 11.18%
B = 88.82%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001397 (or 0x001397) is known color: New Midnight Blue. HEX triplet: 00, 13 and 97. RGB value is (0,19,151). Sum of RGB (Red+Green+Blue) = 0+19+151=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #001397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001397 is #FFEC68. Grayscale: #1B1B1B. Windows color (decimal): -16772201 or 9900800. OLE color: 9900800.

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

Color convert

RGB 0 19 151 -
CMYK 1 0.87 0 0.41
HSL 232.45º 1% 0.3% -
HSV(B) 232.45º 1% 0.59% -
XYZ 5.82 2.7 29.49 -
YUV 28.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 0 19 151 1 0.87 0 0.41 232.45 1 0.3
Hex 0 13 97 64 57 0 29 E8 64 1E
Octal 0 23 227 144 127 0 51 350 144 36
Binary 0 10011 10010111 1100100 1010111 0 101001 11101000 1100100 11110

Color Harmonies of #001397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001397

Black with #001397

Text Example


Text Example

White with #001397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001397; }

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

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

background-color css

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

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

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

border-color css

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

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

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