Html Css Color HEX #011599 New Midnight Blue

📋 copy color: '#011599'

red 1 ◦ green 21 ◦ blue 153

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

Shades of New Midnight Blue #011599

Tints of New Midnight Blue #011599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.43%

R = 0.57%
G = 12%
B = 87.43%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011599 (or 0x011599) is known color: New Midnight Blue. HEX triplet: 01, 15 and 99. RGB value is (1,21,153). Sum of RGB (Red+Green+Blue) = 1+21+153=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #011599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011599 is #FEEA66. Grayscale: #1D1D1D. Windows color (decimal): -16706151 or 10032385. OLE color: 10032385.

HSL color Cylindrical-coordinate representation of color #011599: hue angle of 232.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011599 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 21 153 -
CMYK 0.99 0.86 0 0.4
HSL 232.11º 0.99% 0.3% -
HSV(B) 232.11º 0.99% 0.6% -
XYZ 6.03 2.84 30.37 -
YUV 30.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 1 21 153 0.99 0.86 0 0.4 232.11 0.99 0.3
Hex 1 15 99 63 56 0 28 E8 63 1E
Octal 1 25 231 143 126 0 50 350 143 36
Binary 1 10101 10011001 1100011 1010110 0 101000 11101000 1100011 11110

Color Harmonies of #011599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011599

Black with #011599

Text Example


Text Example

White with #011599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011599; }

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

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

background-color css

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

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

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

border-color css

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

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

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