Html Css Color HEX #001594 New Midnight Blue

📋 copy color: '#001594'

red 0 ◦ green 21 ◦ blue 148

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

Shades of New Midnight Blue #001594

Tints of New Midnight Blue #001594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 87.57%

R = 0%
G = 12.43%
B = 87.57%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001594 (or 0x001594) is known color: New Midnight Blue. HEX triplet: 00, 15 and 94. RGB value is (0,21,148). Sum of RGB (Red+Green+Blue) = 0+21+148=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #001594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001594 is #FFEA6B. Grayscale: #1C1C1C. Windows color (decimal): -16771692 or 9704704. OLE color: 9704704.

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

Color convert

RGB 0 21 148 -
CMYK 1 0.86 0 0.42
HSL 231.49º 1% 0.29% -
HSV(B) 231.49º 1% 0.58% -
XYZ 5.61 2.67 28.24 -
YUV 29.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 0 21 148 1 0.86 0 0.42 231.49 1 0.29
Hex 0 15 94 64 56 0 2A E7 64 1D
Octal 0 25 224 144 126 0 52 347 144 35
Binary 0 10101 10010100 1100100 1010110 0 101010 11100111 1100100 11101

Color Harmonies of #001594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001594

Black with #001594

Text Example


Text Example

White with #001594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001594; }

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

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

background-color css

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

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

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

border-color css

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

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

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