Html Css Color HEX #011899 New Midnight Blue

📋 copy color: '#011899'

red 1 ◦ green 24 ◦ blue 153

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

Shades of New Midnight Blue #011899

Tints of New Midnight Blue #011899

RGB

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

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

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

R = 0.56%
G = 13.48%
B = 85.96%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011899 (or 0x011899) is known color: New Midnight Blue. HEX triplet: 01, 18 and 99. RGB value is (1,24,153). Sum of RGB (Red+Green+Blue) = 1+24+153=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 153 (60.16% from 255 or 85.96% from 178); Max value from RGB is 153 - color contains mainly: blue. Hex color #011899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011899 is #FEE766. Grayscale: #1F1F1F. Windows color (decimal): -16705383 or 10033153. OLE color: 10033153.

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

Color convert

RGB 1 24 153 -
CMYK 0.99 0.84 0 0.4
HSL 230.92º 0.99% 0.3% -
HSV(B) 230.92º 0.99% 0.6% -
XYZ 6.09 2.96 30.39 -
YUV 31.83 196.38 106.01 -
System Red Green Blue C M Y K H S L
Decimal 1 24 153 0.99 0.84 0 0.4 230.92 0.99 0.3
Hex 1 18 99 63 54 0 28 E7 63 1E
Octal 1 30 231 143 124 0 50 347 143 36
Binary 1 11000 10011001 1100011 1010100 0 101000 11100111 1100011 11110

Color Harmonies of #011899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011899

Black with #011899

Text Example


Text Example

White with #011899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011899; }

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

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

background-color css

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

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

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

border-color css

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

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

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