Html Css Color HEX #011594 New Midnight Blue

📋 copy color: '#011594'

red 1 ◦ green 21 ◦ blue 148

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

Shades of New Midnight Blue #011594

Tints of New Midnight Blue #011594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 0.59%
G = 12.35%
B = 87.06%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011594 (or 0x011594) is known color: New Midnight Blue. HEX triplet: 01, 15 and 94. RGB value is (1,21,148). Sum of RGB (Red+Green+Blue) = 1+21+148=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #011594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011594 is #FEEA6B. Grayscale: #1C1C1C. Windows color (decimal): -16706156 or 9704705. OLE color: 9704705.

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

Color convert

RGB 1 21 148 -
CMYK 0.99 0.86 0 0.42
HSL 231.84º 0.99% 0.29% -
HSV(B) 231.84º 0.99% 0.58% -
XYZ 5.63 2.68 28.24 -
YUV 29.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 1 21 148 0.99 0.86 0 0.42 231.84 0.99 0.29
Hex 1 15 94 63 56 0 2A E8 63 1D
Octal 1 25 224 143 126 0 52 350 143 35
Binary 1 10101 10010100 1100011 1010110 0 101010 11101000 1100011 11101

Color Harmonies of #011594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011594

Black with #011594

Text Example


Text Example

White with #011594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011594; }

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

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

background-color css

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

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

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

border-color css

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

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

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