Html Css Color HEX #011495 New Midnight Blue

📋 copy color: '#011495'

red 1 ◦ green 20 ◦ blue 149

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

Shades of New Midnight Blue #011495

Tints of New Midnight Blue #011495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 0.59%
G = 11.76%
B = 87.65%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011495 (or 0x011495) is known color: New Midnight Blue. HEX triplet: 01, 14 and 95. RGB value is (1,20,149). Sum of RGB (Red+Green+Blue) = 1+20+149=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #011495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011495 is #FEEB6A. Grayscale: #1C1C1C. Windows color (decimal): -16706411 or 9769985. OLE color: 9769985.

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

Color convert

RGB 1 20 149 -
CMYK 0.99 0.87 0 0.42
HSL 232.3º 0.99% 0.29% -
HSV(B) 232.3º 0.99% 0.58% -
XYZ 5.69 2.68 28.65 -
YUV 29.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 1 20 149 0.99 0.87 0 0.42 232.3 0.99 0.29
Hex 1 14 95 63 57 0 2A E8 63 1D
Octal 1 24 225 143 127 0 52 350 143 35
Binary 1 10100 10010101 1100011 1010111 0 101010 11101000 1100011 11101

Color Harmonies of #011495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011495

Black with #011495

Text Example


Text Example

White with #011495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011495; }

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

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

background-color css

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

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

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

border-color css

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

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

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