Html Css Color HEX #011397 New Midnight Blue

📋 copy color: '#011397'

red 1 ◦ green 19 ◦ blue 151

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

Shades of New Midnight Blue #011397

Tints of New Midnight Blue #011397

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

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

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

R = 0.58%
G = 11.11%
B = 88.3%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011397 (or 0x011397) is known color: New Midnight Blue. HEX triplet: 01, 13 and 97. RGB value is (1,19,151). Sum of RGB (Red+Green+Blue) = 1+19+151=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #011397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011397 is #FEEC68. Grayscale: #1C1C1C. Windows color (decimal): -16706665 or 9900801. OLE color: 9900801.

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

Color convert

RGB 1 19 151 -
CMYK 0.99 0.87 0 0.41
HSL 232.8º 0.99% 0.3% -
HSV(B) 232.8º 0.99% 0.59% -
XYZ 5.83 2.71 29.49 -
YUV 28.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 1 19 151 0.99 0.87 0 0.41 232.8 0.99 0.3
Hex 1 13 97 63 57 0 29 E9 63 1E
Octal 1 23 227 143 127 0 51 351 143 36
Binary 1 10011 10010111 1100011 1010111 0 101001 11101001 1100011 11110

Color Harmonies of #011397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011397

Black with #011397

Text Example


Text Example

White with #011397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011397; }

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

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

background-color css

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

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

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

border-color css

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

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

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