Html Css Color HEX #000942 Midnight Express

📋 copy color: '#000942'

red 0 ◦ green 9 ◦ blue 66

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

Shades of Midnight Express #000942

Tints of Midnight Express #000942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12%

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

R = 0%
G = 12%
B = 88%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#000942 (or 0x000942) is known color: Midnight Express. HEX triplet: 00, 09 and 42. RGB value is (0,9,66). Sum of RGB (Red+Green+Blue) = 0+9+66=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 66 (26.17% from 255 or 88% from 75); Max value from RGB is 66 - color contains mainly: blue. Hex color #000942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000942 is #FFF6BD. Grayscale: #0C0C0C. Windows color (decimal): -16774846 or 4327680. OLE color: 4327680.

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

Color convert

RGB 0 9 66 -
CMYK 1 0.86 0 0.74
HSL 231.82º 1% 0.13% -
HSV(B) 231.82º 1% 0.26% -
XYZ 1.08 0.59 5.21 -
YUV 12.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 0 9 66 1 0.86 0 0.74 231.82 1 0.13
Hex 0 9 42 64 56 0 4A E8 64 D
Octal 0 11 102 144 126 0 112 350 144 15
Binary 0 1001 1000010 1100100 1010110 0 1001010 11101000 1100100 1101

Color Harmonies of #000942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000942

Black with #000942

Text Example


Text Example

White with #000942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000942; }

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

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

background-color css

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

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

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

border-color css

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

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

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