Html Css Color HEX #011994 New Midnight Blue

📋 copy color: '#011994'

red 1 ◦ green 25 ◦ blue 148

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

Shades of New Midnight Blue #011994

Tints of New Midnight Blue #011994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 0.57%
G = 14.37%
B = 85.06%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011994 (or 0x011994) is known color: New Midnight Blue. HEX triplet: 01, 19 and 94. RGB value is (1,25,148). Sum of RGB (Red+Green+Blue) = 1+25+148=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #011994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011994 is #FEE66B. Grayscale: #1F1F1F. Windows color (decimal): -16705132 or 9705729. OLE color: 9705729.

HSL color Cylindrical-coordinate representation of color #011994: hue angle of 230.2º 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 #011994 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 25 148 -
CMYK 0.99 0.83 0 0.42
HSL 230.2º 0.99% 0.29% -
HSV(B) 230.2º 0.99% 0.58% -
XYZ 5.71 2.84 28.26 -
YUV 31.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 1 25 148 0.99 0.83 0 0.42 230.2 0.99 0.29
Hex 1 19 94 63 53 0 2A E6 63 1D
Octal 1 31 224 143 123 0 52 346 143 35
Binary 1 11001 10010100 1100011 1010011 0 101010 11100110 1100011 11101

Color Harmonies of #011994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011994

Black with #011994

Text Example


Text Example

White with #011994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011994; }

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

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

background-color css

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

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

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

border-color css

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

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

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