Html Css Color HEX #001799 New Midnight Blue

📋 copy color: '#001799'

red 0 ◦ green 23 ◦ blue 153

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

Shades of New Midnight Blue #001799

Tints of New Midnight Blue #001799

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 0%
G = 13.07%
B = 86.93%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#001799 (or 0x001799) is known color: New Midnight Blue. HEX triplet: 00, 17 and 99. RGB value is (0,23,153). Sum of RGB (Red+Green+Blue) = 0+23+153=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 23 (9.38% from 255 or 13.07% 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 #001799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001799 is #FFE866. Grayscale: #1E1E1E. Windows color (decimal): -16771175 or 10032896. OLE color: 10032896.

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

Color convert

RGB 0 23 153 -
CMYK 1 0.85 0 0.4
HSL 230.98º 1% 0.3% -
HSV(B) 230.98º 1% 0.6% -
XYZ 6.06 2.91 30.38 -
YUV 30.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 0 23 153 1 0.85 0 0.4 230.98 1 0.3
Hex 0 17 99 64 55 0 28 E7 64 1E
Octal 0 27 231 144 125 0 50 347 144 36
Binary 0 10111 10011001 1100100 1010101 0 101000 11100111 1100100 11110

Color Harmonies of #001799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001799

Black with #001799

Text Example


Text Example

White with #001799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001799; }

 p { color: rgb(0,23,153); }

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

background-color css

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

 a { background-color: rgb(0,23,153); }

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

border-color css

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

 span { border-color: rgb(0,23,153); }

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