Html Css Color HEX #011995 New Midnight Blue

📋 copy color: '#011995'

red 1 ◦ green 25 ◦ blue 149

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

Shades of New Midnight Blue #011995

Tints of New Midnight Blue #011995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

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

R = 0.57%
G = 14.29%
B = 85.14%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011995 (or 0x011995) is known color: New Midnight Blue. HEX triplet: 01, 19 and 95. RGB value is (1,25,149). Sum of RGB (Red+Green+Blue) = 1+25+149=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #011995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011995 is #FEE66A. Grayscale: #1F1F1F. Windows color (decimal): -16705131 or 9771265. OLE color: 9771265.

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

Color convert

RGB 1 25 149 -
CMYK 0.99 0.83 0 0.42
HSL 230.27º 0.99% 0.29% -
HSV(B) 230.27º 0.99% 0.58% -
XYZ 5.78 2.87 28.68 -
YUV 31.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 1 25 149 0.99 0.83 0 0.42 230.27 0.99 0.29
Hex 1 19 95 63 53 0 2A E6 63 1D
Octal 1 31 225 143 123 0 52 346 143 35
Binary 1 11001 10010101 1100011 1010011 0 101010 11100110 1100011 11101

Color Harmonies of #011995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011995

Black with #011995

Text Example


Text Example

White with #011995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011995; }

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

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

background-color css

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

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

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

border-color css

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

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

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