Html Css Color HEX #001194 New Midnight Blue

📋 copy color: '#001194'

red 0 ◦ green 17 ◦ blue 148

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

Shades of New Midnight Blue #001194

Tints of New Midnight Blue #001194

RGB

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

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

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

R = 0%
G = 10.3%
B = 89.7%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001194 (or 0x001194) is known color: New Midnight Blue. HEX triplet: 00, 11 and 94. RGB value is (0,17,148). Sum of RGB (Red+Green+Blue) = 0+17+148=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #001194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001194 is #FFEE6B. Grayscale: #1A1A1A. Windows color (decimal): -16772716 or 9703680. OLE color: 9703680.

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

Color convert

RGB 0 17 148 -
CMYK 1 0.89 0 0.42
HSL 233.11º 1% 0.29% -
HSV(B) 233.11º 1% 0.58% -
XYZ 5.55 2.54 28.21 -
YUV 26.85 196.37 108.85 -
System Red Green Blue C M Y K H S L
Decimal 0 17 148 1 0.89 0 0.42 233.11 1 0.29
Hex 0 11 94 64 59 0 2A E9 64 1D
Octal 0 21 224 144 131 0 52 351 144 35
Binary 0 10001 10010100 1100100 1011001 0 101010 11101001 1100100 11101

Color Harmonies of #001194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001194

Black with #001194

Text Example


Text Example

White with #001194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001194; }

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

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

background-color css

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

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

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

border-color css

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

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

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