Html Css Color HEX #001199 New Midnight Blue

📋 copy color: '#001199'

red 0 ◦ green 17 ◦ blue 153

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

Shades of New Midnight Blue #001199

Tints of New Midnight Blue #001199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 90%

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#001199 (or 0x001199) is known color: New Midnight Blue. HEX triplet: 00, 11 and 99. RGB value is (0,17,153). Sum of RGB (Red+Green+Blue) = 0+17+153=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #001199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001199 is #FFEE66. Grayscale: #1A1A1A. Windows color (decimal): -16772711 or 10031360. OLE color: 10031360.

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

Color convert

RGB 0 17 153 -
CMYK 1 0.89 0 0.4
HSL 233.33º 1% 0.3% -
HSV(B) 233.33º 1% 0.6% -
XYZ 5.95 2.7 30.34 -
YUV 27.42 198.87 108.44 -
System Red Green Blue C M Y K H S L
Decimal 0 17 153 1 0.89 0 0.4 233.33 1 0.3
Hex 0 11 99 64 59 0 28 E9 64 1E
Octal 0 21 231 144 131 0 50 351 144 36
Binary 0 10001 10011001 1100100 1011001 0 101000 11101001 1100100 11110

Color Harmonies of #001199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001199

Black with #001199

Text Example


Text Example

White with #001199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001199; }

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

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

background-color css

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

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

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

border-color css

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

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

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