Html Css Color HEX #001343 Midnight Express

📋 copy color: '#001343'

red 0 ◦ green 19 ◦ blue 67

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

Shades of Midnight Express #001343

Tints of Midnight Express #001343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 0%
G = 22.09%
B = 77.91%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001343 (or 0x001343) is known color: Midnight Express. HEX triplet: 00, 13 and 43. RGB value is (0,19,67). Sum of RGB (Red+Green+Blue) = 0+19+67=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 67 (26.56% from 255 or 77.91% from 86); Max value from RGB is 67 - color contains mainly: blue. Hex color #001343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001343 is #FFECBC. Grayscale: #121212. Windows color (decimal): -16772285 or 4395776. OLE color: 4395776.

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

Color convert

RGB 0 19 67 -
CMYK 1 0.72 0 0.74
HSL 222.99º 1% 0.13% -
HSV(B) 222.99º 1% 0.26% -
XYZ 1.25 0.87 5.41 -
YUV 18.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 0 19 67 1 0.72 0 0.74 222.99 1 0.13
Hex 0 13 43 64 48 0 4A DF 64 D
Octal 0 23 103 144 110 0 112 337 144 15
Binary 0 10011 1000011 1100100 1001000 0 1001010 11011111 1100100 1101

Color Harmonies of #001343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001343

Black with #001343

Text Example


Text Example

White with #001343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001343; }

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

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

background-color css

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

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

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

border-color css

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

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

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