Html Css Color HEX #000343 Midnight Express

📋 copy color: '#000343'

red 0 ◦ green 3 ◦ blue 67

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

Shades of Midnight Express #000343

Tints of Midnight Express #000343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 95.71%

R = 0%
G = 4.29%
B = 95.71%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#000343 (or 0x000343) is known color: Midnight Express. HEX triplet: 00, 03 and 43. RGB value is (0,3,67). Sum of RGB (Red+Green+Blue) = 0+3+67=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 67 (26.56% from 255 or 95.71% from 70); Max value from RGB is 67 - color contains mainly: blue. Hex color #000343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000343 is #FFFCBC. Grayscale: #090909. Windows color (decimal): -16776381 or 4391680. OLE color: 4391680.

HSL color Cylindrical-coordinate representation of color #000343: hue angle of 237.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000343 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 3 67 -
CMYK 1 0.96 0 0.74
HSL 237.31º 1% 0.13% -
HSV(B) 237.31º 1% 0.26% -
XYZ 1.05 0.47 5.35 -
YUV 9.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 0 3 67 1 0.96 0 0.74 237.31 1 0.13
Hex 0 3 43 64 60 0 4A ED 64 D
Octal 0 3 103 144 140 0 112 355 144 15
Binary 0 11 1000011 1100100 1100000 0 1001010 11101101 1100100 1101

Color Harmonies of #000343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000343

Black with #000343

Text Example


Text Example

White with #000343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000343; }

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

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

background-color css

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

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

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

border-color css

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

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

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