Html Css Color HEX #011199 New Midnight Blue

📋 copy color: '#011199'

red 1 ◦ green 17 ◦ blue 153

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

Shades of New Midnight Blue #011199

Tints of New Midnight Blue #011199

RGB

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

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

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

R = 0.58%
G = 9.94%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011199 (or 0x011199) is known color: New Midnight Blue. HEX triplet: 01, 11 and 99. RGB value is (1,17,153). Sum of RGB (Red+Green+Blue) = 1+17+153=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #011199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011199 is #FEEE66. Grayscale: #1B1B1B. Windows color (decimal): -16707175 or 10031361. OLE color: 10031361.

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

Color convert

RGB 1 17 153 -
CMYK 0.99 0.89 0 0.4
HSL 233.68º 0.99% 0.3% -
HSV(B) 233.68º 0.99% 0.6% -
XYZ 5.96 2.71 30.35 -
YUV 27.72 198.7 108.94 -
System Red Green Blue C M Y K H S L
Decimal 1 17 153 0.99 0.89 0 0.4 233.68 0.99 0.3
Hex 1 11 99 63 59 0 28 EA 63 1E
Octal 1 21 231 143 131 0 50 352 143 36
Binary 1 10001 10011001 1100011 1011001 0 101000 11101010 1100011 11110

Color Harmonies of #011199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011199

Black with #011199

Text Example


Text Example

White with #011199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011199; }

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

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

background-color css

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

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

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

border-color css

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

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

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