Html Css Color HEX #000894 New Midnight Blue

📋 copy color: '#000894'

red 0 ◦ green 8 ◦ blue 148

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

Shades of New Midnight Blue #000894

Tints of New Midnight Blue #000894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 0%
G = 5.13%
B = 94.87%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000894 (or 0x000894) is known color: New Midnight Blue. HEX triplet: 00, 08 and 94. RGB value is (0,8,148). Sum of RGB (Red+Green+Blue) = 0+8+148=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 148 (58.20% from 255 or 94.87% from 156); Max value from RGB is 148 - color contains mainly: blue. Hex color #000894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000894 is #FFF76B. Grayscale: #151515. Windows color (decimal): -16775020 or 9701376. OLE color: 9701376.

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

Color convert

RGB 0 8 148 -
CMYK 1 0.95 0 0.42
HSL 236.76º 1% 0.29% -
HSV(B) 236.76º 1% 0.58% -
XYZ 5.43 2.31 28.18 -
YUV 21.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 0 8 148 1 0.95 0 0.42 236.76 1 0.29
Hex 0 8 94 64 5F 0 2A ED 64 1D
Octal 0 10 224 144 137 0 52 355 144 35
Binary 0 1000 10010100 1100100 1011111 0 101010 11101101 1100100 11101

Color Harmonies of #000894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000894

Black with #000894

Text Example


Text Example

White with #000894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000894; }

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

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

background-color css

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

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

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

border-color css

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

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

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