Html Css Color HEX #011895 New Midnight Blue

📋 copy color: '#011895'

red 1 ◦ green 24 ◦ blue 149

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

Shades of New Midnight Blue #011895

Tints of New Midnight Blue #011895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 0.57%
G = 13.79%
B = 85.63%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011895 (or 0x011895) is known color: New Midnight Blue. HEX triplet: 01, 18 and 95. RGB value is (1,24,149). Sum of RGB (Red+Green+Blue) = 1+24+149=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #011895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011895 is #FEE76A. Grayscale: #1E1E1E. Windows color (decimal): -16705387 or 9771009. OLE color: 9771009.

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

Color convert

RGB 1 24 149 -
CMYK 0.99 0.84 0 0.42
HSL 230.68º 0.99% 0.29% -
HSV(B) 230.68º 0.99% 0.58% -
XYZ 5.76 2.83 28.68 -
YUV 31.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 1 24 149 0.99 0.84 0 0.42 230.68 0.99 0.29
Hex 1 18 95 63 54 0 2A E7 63 1D
Octal 1 30 225 143 124 0 52 347 143 35
Binary 1 11000 10010101 1100011 1010100 0 101010 11100111 1100011 11101

Color Harmonies of #011895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011895

Black with #011895

Text Example


Text Example

White with #011895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011895; }

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

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

background-color css

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

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

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

border-color css

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

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

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