Html Css Color HEX #001599 New Midnight Blue

📋 copy color: '#001599'

red 0 ◦ green 21 ◦ blue 153

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

Shades of New Midnight Blue #001599

Tints of New Midnight Blue #001599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 0%
G = 12.07%
B = 87.93%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#001599 (or 0x001599) is known color: New Midnight Blue. HEX triplet: 00, 15 and 99. RGB value is (0,21,153). Sum of RGB (Red+Green+Blue) = 0+21+153=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 21 (8.59% from 255 or 12.07% 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 #001599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001599 is #FFEA66. Grayscale: #1D1D1D. Windows color (decimal): -16771687 or 10032384. OLE color: 10032384.

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

Color convert

RGB 0 21 153 -
CMYK 1 0.86 0 0.4
HSL 231.76º 1% 0.3% -
HSV(B) 231.76º 1% 0.6% -
XYZ 6.02 2.84 30.37 -
YUV 29.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 0 21 153 1 0.86 0 0.4 231.76 1 0.3
Hex 0 15 99 64 56 0 28 E8 64 1E
Octal 0 25 231 144 126 0 50 350 144 36
Binary 0 10101 10011001 1100100 1010110 0 101000 11101000 1100100 11110

Color Harmonies of #001599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001599

Black with #001599

Text Example


Text Example

White with #001599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001599; }

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

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

background-color css

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

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

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

border-color css

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

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

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