Html Css Color HEX #000347 Midnight Express

📋 copy color: '#000347'

red 0 ◦ green 3 ◦ blue 71

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

Shades of Midnight Express #000347

Tints of Midnight Express #000347

RGB

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

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

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

R = 0%
G = 4.05%
B = 95.95%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000347 (or 0x000347) is known color: Midnight Express. HEX triplet: 00, 03 and 47. RGB value is (0,3,71). Sum of RGB (Red+Green+Blue) = 0+3+71=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 71 (28.12% from 255 or 95.95% from 74); Max value from RGB is 71 - color contains mainly: blue. Hex color #000347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000347 is #FFFCB8. Grayscale: #090909. Windows color (decimal): -16776377 or 4653824. OLE color: 4653824.

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

Color convert

RGB 0 3 71 -
CMYK 1 0.96 0 0.72
HSL 237.46º 1% 0.14% -
HSV(B) 237.46º 1% 0.28% -
XYZ 1.17 0.52 6 -
YUV 9.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 0 3 71 1 0.96 0 0.72 237.46 1 0.14
Hex 0 3 47 64 60 0 48 ED 64 E
Octal 0 3 107 144 140 0 110 355 144 16
Binary 0 11 1000111 1100100 1100000 0 1001000 11101101 1100100 1110

Color Harmonies of #000347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000347

Black with #000347

Text Example


Text Example

White with #000347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000347; }

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

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

background-color css

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

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

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

border-color css

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

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

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