Html Css Color HEX #011699 New Midnight Blue

📋 copy color: '#011699'

red 1 ◦ green 22 ◦ blue 153

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

Shades of New Midnight Blue #011699

Tints of New Midnight Blue #011699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 0.57%
G = 12.5%
B = 86.93%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011699 (or 0x011699) is known color: New Midnight Blue. HEX triplet: 01, 16 and 99. RGB value is (1,22,153). Sum of RGB (Red+Green+Blue) = 1+22+153=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #011699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011699 is #FEE966. Grayscale: #1E1E1E. Windows color (decimal): -16705895 or 10032641. OLE color: 10032641.

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

Color convert

RGB 1 22 153 -
CMYK 0.99 0.86 0 0.4
HSL 231.71º 0.99% 0.3% -
HSV(B) 231.71º 0.99% 0.6% -
XYZ 6.05 2.88 30.37 -
YUV 30.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 1 22 153 0.99 0.86 0 0.4 231.71 0.99 0.3
Hex 1 16 99 63 56 0 28 E8 63 1E
Octal 1 26 231 143 126 0 50 350 143 36
Binary 1 10110 10011001 1100011 1010110 0 101000 11101000 1100011 11110

Color Harmonies of #011699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011699

Black with #011699

Text Example


Text Example

White with #011699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011699; }

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

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

background-color css

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

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

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

border-color css

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

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

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