Html Css Color HEX #001394 New Midnight Blue

📋 copy color: '#001394'

red 0 ◦ green 19 ◦ blue 148

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

Shades of New Midnight Blue #001394

Tints of New Midnight Blue #001394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 0%
G = 11.38%
B = 88.62%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001394 (or 0x001394) is known color: New Midnight Blue. HEX triplet: 00, 13 and 94. RGB value is (0,19,148). Sum of RGB (Red+Green+Blue) = 0+19+148=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 148 (58.20% from 255 or 88.62% from 167); Max value from RGB is 148 - color contains mainly: blue. Hex color #001394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001394 is #FFEC6B. Grayscale: #1B1B1B. Windows color (decimal): -16772204 or 9704192. OLE color: 9704192.

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

Color convert

RGB 0 19 148 -
CMYK 1 0.87 0 0.42
HSL 232.3º 1% 0.29% -
HSV(B) 232.3º 1% 0.58% -
XYZ 5.58 2.6 28.23 -
YUV 28.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 0 19 148 1 0.87 0 0.42 232.3 1 0.29
Hex 0 13 94 64 57 0 2A E8 64 1D
Octal 0 23 224 144 127 0 52 350 144 35
Binary 0 10011 10010100 1100100 1010111 0 101010 11101000 1100100 11101

Color Harmonies of #001394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001394

Black with #001394

Text Example


Text Example

White with #001394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001394; }

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

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

background-color css

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

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

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

border-color css

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

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

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