Html Css Color HEX #001197 New Midnight Blue

📋 copy color: '#001197'

red 0 ◦ green 17 ◦ blue 151

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

Shades of New Midnight Blue #001197

Tints of New Midnight Blue #001197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 0%
G = 10.12%
B = 89.88%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001197 (or 0x001197) is known color: New Midnight Blue. HEX triplet: 00, 11 and 97. RGB value is (0,17,151). Sum of RGB (Red+Green+Blue) = 0+17+151=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 151 (59.38% from 255 or 89.88% from 168); Max value from RGB is 151 - color contains mainly: blue. Hex color #001197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001197 is #FFEE68. Grayscale: #1A1A1A. Windows color (decimal): -16772713 or 9900288. OLE color: 9900288.

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

Color convert

RGB 0 17 151 -
CMYK 1 0.89 0 0.41
HSL 233.25º 1% 0.3% -
HSV(B) 233.25º 1% 0.59% -
XYZ 5.79 2.64 29.48 -
YUV 27.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 0 17 151 1 0.89 0 0.41 233.25 1 0.3
Hex 0 11 97 64 59 0 29 E9 64 1E
Octal 0 21 227 144 131 0 51 351 144 36
Binary 0 10001 10010111 1100100 1011001 0 101001 11101001 1100100 11110

Color Harmonies of #001197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001197

Black with #001197

Text Example


Text Example

White with #001197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001197; }

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

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

background-color css

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

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

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

border-color css

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

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

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