Html Css Color HEX #001342 Midnight Express

📋 copy color: '#001342'

red 0 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #001342

Tints of Midnight Express #001342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 77.65%

R = 0%
G = 22.35%
B = 77.65%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001342 (or 0x001342) is known color: Midnight Express. HEX triplet: 00, 13 and 42. RGB value is (0,19,66). Sum of RGB (Red+Green+Blue) = 0+19+66=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 66 (26.17% from 255 or 77.65% from 85); Max value from RGB is 66 - color contains mainly: blue. Hex color #001342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001342 is #FFECBD. Grayscale: #121212. Windows color (decimal): -16772286 or 4330240. OLE color: 4330240.

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

Color convert

RGB 0 19 66 -
CMYK 1 0.71 0 0.74
HSL 222.73º 1% 0.13% -
HSV(B) 222.73º 1% 0.26% -
XYZ 1.22 0.86 5.26 -
YUV 18.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 0 19 66 1 0.71 0 0.74 222.73 1 0.13
Hex 0 13 42 64 47 0 4A DF 64 D
Octal 0 23 102 144 107 0 112 337 144 15
Binary 0 10011 1000010 1100100 1000111 0 1001010 11011111 1100100 1101

Color Harmonies of #001342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001342

Black with #001342

Text Example


Text Example

White with #001342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001342; }

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

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

background-color css

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

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

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

border-color css

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

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

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