Html Css Color HEX #011595 New Midnight Blue

📋 copy color: '#011595'

red 1 ◦ green 21 ◦ blue 149

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

Shades of New Midnight Blue #011595

Tints of New Midnight Blue #011595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 87.13%

R = 0.58%
G = 12.28%
B = 87.13%

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

#011595 (or 0x011595) is known color: New Midnight Blue. HEX triplet: 01, 15 and 95. RGB value is (1,21,149). Sum of RGB (Red+Green+Blue) = 1+21+149=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #011595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011595 is #FEEA6A. Grayscale: #1D1D1D. Windows color (decimal): -16706155 or 9770241. OLE color: 9770241.

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

Color convert

RGB 1 21 149 -
CMYK 0.99 0.86 0 0.42
HSL 231.89º 0.99% 0.29% -
HSV(B) 231.89º 0.99% 0.58% -
XYZ 5.71 2.71 28.66 -
YUV 29.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 1 21 149 0.99 0.86 0 0.42 231.89 0.99 0.29
Hex 1 15 95 63 56 0 2A E8 63 1D
Octal 1 25 225 143 126 0 52 350 143 35
Binary 1 10101 10010101 1100011 1010110 0 101010 11101000 1100011 11101

Color Harmonies of #011595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011595

Black with #011595

Text Example


Text Example

White with #011595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011595; }

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

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

background-color css

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

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

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

border-color css

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

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

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