Html Css Color HEX #001494 New Midnight Blue

📋 copy color: '#001494'

red 0 ◦ green 20 ◦ blue 148

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

Shades of New Midnight Blue #001494

Tints of New Midnight Blue #001494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 0%
G = 11.9%
B = 88.1%

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

#001494 (or 0x001494) is known color: New Midnight Blue. HEX triplet: 00, 14 and 94. RGB value is (0,20,148). Sum of RGB (Red+Green+Blue) = 0+20+148=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 148 (58.20% from 255 or 88.10% from 168); Max value from RGB is 148 - color contains mainly: blue. Hex color #001494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001494 is #FFEB6B. Grayscale: #1C1C1C. Windows color (decimal): -16771948 or 9704448. OLE color: 9704448.

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

Color convert

RGB 0 20 148 -
CMYK 1 0.86 0 0.42
HSL 231.89º 1% 0.29% -
HSV(B) 231.89º 1% 0.58% -
XYZ 5.6 2.64 28.23 -
YUV 28.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 0 20 148 1 0.86 0 0.42 231.89 1 0.29
Hex 0 14 94 64 56 0 2A E8 64 1D
Octal 0 24 224 144 126 0 52 350 144 35
Binary 0 10100 10010100 1100100 1010110 0 101010 11101000 1100100 11101

Color Harmonies of #001494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001494

Black with #001494

Text Example


Text Example

White with #001494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001494; }

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

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

background-color css

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

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

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

border-color css

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

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

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