Html Css Color HEX #011499 New Midnight Blue

📋 copy color: '#011499'

red 1 ◦ green 20 ◦ blue 153

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

Shades of New Midnight Blue #011499

Tints of New Midnight Blue #011499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.93%

R = 0.57%
G = 11.49%
B = 87.93%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011499 (or 0x011499) is known color: New Midnight Blue. HEX triplet: 01, 14 and 99. RGB value is (1,20,153). Sum of RGB (Red+Green+Blue) = 1+20+153=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #011499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011499 is #FEEB66. Grayscale: #1C1C1C. Windows color (decimal): -16706407 or 10032129. OLE color: 10032129.

HSL color Cylindrical-coordinate representation of color #011499: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011499 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 20 153 -
CMYK 0.99 0.87 0 0.4
HSL 232.5º 0.99% 0.3% -
HSV(B) 232.5º 0.99% 0.6% -
XYZ 6.01 2.81 30.36 -
YUV 29.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 1 20 153 0.99 0.87 0 0.4 232.5 0.99 0.3
Hex 1 14 99 63 57 0 28 E8 63 1E
Octal 1 24 231 143 127 0 50 350 143 36
Binary 1 10100 10011001 1100011 1010111 0 101000 11101000 1100011 11110

Color Harmonies of #011499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011499

Black with #011499

Text Example


Text Example

White with #011499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011499; }

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

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

background-color css

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

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

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

border-color css

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

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

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