Html Css Color HEX #011794 New Midnight Blue

📋 copy color: '#011794'

red 1 ◦ green 23 ◦ blue 148

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

Shades of New Midnight Blue #011794

Tints of New Midnight Blue #011794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 0.58%
G = 13.37%
B = 86.05%

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

#011794 (or 0x011794) is known color: New Midnight Blue. HEX triplet: 01, 17 and 94. RGB value is (1,23,148). Sum of RGB (Red+Green+Blue) = 1+23+148=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #011794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011794 is #FEE86B. Grayscale: #1E1E1E. Windows color (decimal): -16705644 or 9705217. OLE color: 9705217.

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

Color convert

RGB 1 23 148 -
CMYK 0.99 0.84 0 0.42
HSL 231.02º 0.99% 0.29% -
HSV(B) 231.02º 0.99% 0.58% -
XYZ 5.66 2.76 28.25 -
YUV 30.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 1 23 148 0.99 0.84 0 0.42 231.02 0.99 0.29
Hex 1 17 94 63 54 0 2A E7 63 1D
Octal 1 27 224 143 124 0 52 347 143 35
Binary 1 10111 10010100 1100011 1010100 0 101010 11100111 1100011 11101

Color Harmonies of #011794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011794

Black with #011794

Text Example


Text Example

White with #011794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011794; }

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

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

background-color css

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

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

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

border-color css

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

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

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