Html Css Color HEX #001842 Midnight Express

📋 copy color: '#001842'

red 0 ◦ green 24 ◦ blue 66

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

Shades of Midnight Express #001842

Tints of Midnight Express #001842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#001842 (or 0x001842) is known color: Midnight Express. HEX triplet: 00, 18 and 42. RGB value is (0,24,66). Sum of RGB (Red+Green+Blue) = 0+24+66=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #001842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001842 is #FFE7BD. Grayscale: #151515. Windows color (decimal): -16771006 or 4331520. OLE color: 4331520.

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

Color convert

RGB 0 24 66 -
CMYK 1 0.64 0 0.74
HSL 218.18º 1% 0.13% -
HSV(B) 218.18º 1% 0.26% -
XYZ 1.31 1.05 5.29 -
YUV 21.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 0 24 66 1 0.64 0 0.74 218.18 1 0.13
Hex 0 18 42 64 40 0 4A DA 64 D
Octal 0 30 102 144 100 0 112 332 144 15
Binary 0 11000 1000010 1100100 1000000 0 1001010 11011010 1100100 1101

Color Harmonies of #001842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001842

Black with #001842

Text Example


Text Example

White with #001842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001842; }

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

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

background-color css

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

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

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

border-color css

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

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

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