Html Css Color HEX #000394 New Midnight Blue

📋 copy color: '#000394'

red 0 ◦ green 3 ◦ blue 148

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

Shades of New Midnight Blue #000394

Tints of New Midnight Blue #000394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 0%
G = 1.99%
B = 98.01%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000394 (or 0x000394) is known color: New Midnight Blue. HEX triplet: 00, 03 and 94. RGB value is (0,3,148). Sum of RGB (Red+Green+Blue) = 0+3+148=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 148 (58.20% from 255 or 98.01% from 151); Max value from RGB is 148 - color contains mainly: blue. Hex color #000394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000394 is #FFFC6B. Grayscale: #121212. Windows color (decimal): -16776300 or 9700096. OLE color: 9700096.

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

Color convert

RGB 0 3 148 -
CMYK 1 0.98 0 0.42
HSL 238.78º 1% 0.29% -
HSV(B) 238.78º 1% 0.58% -
XYZ 5.38 2.2 28.16 -
YUV 18.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 0 3 148 1 0.98 0 0.42 238.78 1 0.29
Hex 0 3 94 64 62 0 2A EF 64 1D
Octal 0 3 224 144 142 0 52 357 144 35
Binary 0 11 10010100 1100100 1100010 0 101010 11101111 1100100 11101

Color Harmonies of #000394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000394

Black with #000394

Text Example


Text Example

White with #000394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000394; }

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

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

background-color css

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

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

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

border-color css

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

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

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