Html Css Color HEX #001996 New Midnight Blue

📋 copy color: '#001996'

red 0 ◦ green 25 ◦ blue 150

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

Shades of New Midnight Blue #001996

Tints of New Midnight Blue #001996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 150 (58.98% from 255) = 85.71%

R = 0%
G = 14.29%
B = 85.71%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001996 (or 0x001996) is known color: New Midnight Blue. HEX triplet: 00, 19 and 96. RGB value is (0,25,150). Sum of RGB (Red+Green+Blue) = 0+25+150=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #001996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001996 is #FFE669. Grayscale: #1F1F1F. Windows color (decimal): -16770666 or 9836800. OLE color: 9836800.

HSL color Cylindrical-coordinate representation of color #001996: hue angle of 230º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001996 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 25 150 -
CMYK 1 0.83 0 0.41
HSL 230º 1% 0.29% -
HSV(B) 230º 1% 0.59% -
XYZ 5.85 2.9 29.1 -
YUV 31.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 0 25 150 1 0.83 0 0.41 230 1 0.29
Hex 0 19 96 64 53 0 29 E6 64 1D
Octal 0 31 226 144 123 0 51 346 144 35
Binary 0 11001 10010110 1100100 1010011 0 101001 11100110 1100100 11101

Color Harmonies of #001996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001996

Black with #001996

Text Example


Text Example

White with #001996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001996; }

 p { color: rgb(0,25,150); }

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

background-color css

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

 a { background-color: rgb(0,25,150); }

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

border-color css

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

 span { border-color: rgb(0,25,150); }

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