Html Css Color HEX #011894 New Midnight Blue

📋 copy color: '#011894'

red 1 ◦ green 24 ◦ blue 148

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

Shades of New Midnight Blue #011894

Tints of New Midnight Blue #011894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 0.58%
G = 13.87%
B = 85.55%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011894 (or 0x011894) is known color: New Midnight Blue. HEX triplet: 01, 18 and 94. RGB value is (1,24,148). Sum of RGB (Red+Green+Blue) = 1+24+148=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #011894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011894 is #FEE76B. Grayscale: #1E1E1E. Windows color (decimal): -16705388 or 9705473. OLE color: 9705473.

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

Color convert

RGB 1 24 148 -
CMYK 0.99 0.84 0 0.42
HSL 230.61º 0.99% 0.29% -
HSV(B) 230.61º 0.99% 0.58% -
XYZ 5.68 2.8 28.26 -
YUV 31.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 1 24 148 0.99 0.84 0 0.42 230.61 0.99 0.29
Hex 1 18 94 63 54 0 2A E7 63 1D
Octal 1 30 224 143 124 0 52 347 143 35
Binary 1 11000 10010100 1100011 1010100 0 101010 11100111 1100011 11101

Color Harmonies of #011894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011894

Black with #011894

Text Example


Text Example

White with #011894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011894; }

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

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

background-color css

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

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

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

border-color css

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

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

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