Html Css Color HEX #011795 New Midnight Blue

📋 copy color: '#011795'

red 1 ◦ green 23 ◦ blue 149

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

Shades of New Midnight Blue #011795

Tints of New Midnight Blue #011795

RGB

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

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

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

R = 0.58%
G = 13.29%
B = 86.13%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011795 (or 0x011795) is known color: New Midnight Blue. HEX triplet: 01, 17 and 95. RGB value is (1,23,149). Sum of RGB (Red+Green+Blue) = 1+23+149=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #011795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011795 is #FEE86A. Grayscale: #1E1E1E. Windows color (decimal): -16705643 or 9770753. OLE color: 9770753.

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

Color convert

RGB 1 23 149 -
CMYK 0.99 0.85 0 0.42
HSL 231.08º 0.99% 0.29% -
HSV(B) 231.08º 0.99% 0.58% -
XYZ 5.74 2.79 28.67 -
YUV 30.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 1 23 149 0.99 0.85 0 0.42 231.08 0.99 0.29
Hex 1 17 95 63 55 0 2A E7 63 1D
Octal 1 27 225 143 125 0 52 347 143 35
Binary 1 10111 10010101 1100011 1010101 0 101010 11100111 1100011 11101

Color Harmonies of #011795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011795

Black with #011795

Text Example


Text Example

White with #011795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011795; }

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

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

background-color css

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

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

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

border-color css

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

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

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