Html Css Color HEX #000447 Midnight Express

📋 copy color: '#000447'

red 0 ◦ green 4 ◦ blue 71

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

Shades of Midnight Express #000447

Tints of Midnight Express #000447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 71 (28.13% from 255) = 94.67%

R = 0%
G = 5.33%
B = 94.67%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000447 (or 0x000447) is known color: Midnight Express. HEX triplet: 00, 04 and 47. RGB value is (0,4,71). Sum of RGB (Red+Green+Blue) = 0+4+71=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 71 (28.12% from 255 or 94.67% from 75); Max value from RGB is 71 - color contains mainly: blue. Hex color #000447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000447 is #FFFBB8. Grayscale: #0A0A0A. Windows color (decimal): -16776121 or 4654080. OLE color: 4654080.

HSL color Cylindrical-coordinate representation of color #000447: hue angle of 236.62º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000447 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 4 71 -
CMYK 1 0.94 0 0.72
HSL 236.62º 1% 0.14% -
HSV(B) 236.62º 1% 0.28% -
XYZ 1.18 0.54 6 -
YUV 10.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 0 4 71 1 0.94 0 0.72 236.62 1 0.14
Hex 0 4 47 64 5E 0 48 ED 64 E
Octal 0 4 107 144 136 0 110 355 144 16
Binary 0 100 1000111 1100100 1011110 0 1001000 11101101 1100100 1110

Color Harmonies of #000447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000447

Black with #000447

Text Example


Text Example

White with #000447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000447; }

 p { color: rgb(0,4,71); }

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

background-color css

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

 a { background-color: rgb(0,4,71); }

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

border-color css

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

 span { border-color: rgb(0,4,71); }

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