Html Css Color HEX #000838 Midnight Express

📋 copy color: '#000838'

red 0 ◦ green 8 ◦ blue 56

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

Shades of Midnight Express #000838

Tints of Midnight Express #000838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 56 (22.27% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#000838 (or 0x000838) is known color: Midnight Express. HEX triplet: 00, 08 and 38. RGB value is (0,8,56). Sum of RGB (Red+Green+Blue) = 0+8+56=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #000838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000838 is #FFF7C7. Grayscale: #0A0A0A. Windows color (decimal): -16775112 or 3672064. OLE color: 3672064.

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

Color convert

RGB 0 8 56 -
CMYK 1 0.86 0 0.78
HSL 231.43º 1% 0.11% -
HSV(B) 231.43º 1% 0.22% -
XYZ 0.8 0.46 3.79 -
YUV 11.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 0 8 56 1 0.86 0 0.78 231.43 1 0.11
Hex 0 8 38 64 56 0 4E E7 64 B
Octal 0 10 70 144 126 0 116 347 144 13
Binary 0 1000 111000 1100100 1010110 0 1001110 11100111 1100100 1011

Color Harmonies of #000838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000838

Black with #000838

Text Example


Text Example

White with #000838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000838; }

 p { color: rgb(0,8,56); }

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

background-color css

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

 a { background-color: rgb(0,8,56); }

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

border-color css

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

 span { border-color: rgb(0,8,56); }

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