Html Css Color HEX #000336 Midnight Express

📋 copy color: '#000336'

red 0 ◦ green 3 ◦ blue 54

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

Shades of Midnight Express #000336

Tints of Midnight Express #000336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 94.74%

R = 0%
G = 5.26%
B = 94.74%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#000336 (or 0x000336) is known color: Midnight Express. HEX triplet: 00, 03 and 36. RGB value is (0,3,54). Sum of RGB (Red+Green+Blue) = 0+3+54=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 54 (21.48% from 255 or 94.74% from 57); Max value from RGB is 54 - color contains mainly: blue. Hex color #000336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000336 is #FFFCC9. Grayscale: #070707. Windows color (decimal): -16776394 or 3539712. OLE color: 3539712.

HSL color Cylindrical-coordinate representation of color #000336: hue angle of 236.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000336 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 3 54 -
CMYK 1 0.94 0 0.79
HSL 236.67º 1% 0.11% -
HSV(B) 236.67º 1% 0.21% -
XYZ 0.7 0.33 3.52 -
YUV 7.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 0 3 54 1 0.94 0 0.79 236.67 1 0.11
Hex 0 3 36 64 5E 0 4F ED 64 B
Octal 0 3 66 144 136 0 117 355 144 13
Binary 0 11 110110 1100100 1011110 0 1001111 11101101 1100100 1011

Color Harmonies of #000336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000336

Black with #000336

Text Example


Text Example

White with #000336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000336; }

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

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

background-color css

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

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

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

border-color css

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

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

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