Html Css Color HEX #011194 New Midnight Blue

📋 copy color: '#011194'

red 1 ◦ green 17 ◦ blue 148

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

Shades of New Midnight Blue #011194

Tints of New Midnight Blue #011194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 89.16%

R = 0.6%
G = 10.24%
B = 89.16%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011194 (or 0x011194) is known color: New Midnight Blue. HEX triplet: 01, 11 and 94. RGB value is (1,17,148). Sum of RGB (Red+Green+Blue) = 1+17+148=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #011194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011194 is #FEEE6B. Grayscale: #1A1A1A. Windows color (decimal): -16707180 or 9703681. OLE color: 9703681.

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

Color convert

RGB 1 17 148 -
CMYK 0.99 0.89 0 0.42
HSL 233.47º 0.99% 0.29% -
HSV(B) 233.47º 0.99% 0.58% -
XYZ 5.56 2.55 28.22 -
YUV 27.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 1 17 148 0.99 0.89 0 0.42 233.47 0.99 0.29
Hex 1 11 94 63 59 0 2A E9 63 1D
Octal 1 21 224 143 131 0 52 351 143 35
Binary 1 10001 10010100 1100011 1011001 0 101010 11101001 1100011 11101

Color Harmonies of #011194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011194

Black with #011194

Text Example


Text Example

White with #011194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011194; }

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

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

background-color css

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

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

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

border-color css

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

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

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