Html Css Color HEX #05142E Midnight Express

📋 copy color: '#05142E'

red 5 ◦ green 20 ◦ blue 46

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

Shades of Midnight Express #05142E

Tints of Midnight Express #05142E

RGB

 RED value IS 5 (2.34% from 255) = 7.04%

 GREEN value IS 20 (8.2% from 255) = 28.17%

 BLUE value IS 46 (18.36% from 255) = 64.79%

R = 7.04%
G = 28.17%
B = 64.79%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05142E (or 0x05142E) is known color: Midnight Express. HEX triplet: 05, 14 and 2E. RGB value is (5,20,46). Sum of RGB (Red+Green+Blue) = 5+20+46=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #05142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05142E is #FAEBD1. Grayscale: #121212. Windows color (decimal): -16444370 or 3019781. OLE color: 3019781.

HSL color Cylindrical-coordinate representation of color #05142E: hue angle of 218.05º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05142E is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 20 46 -
CMYK 0.89 0.57 0 0.82
HSL 218.05º 0.8% 0.1% -
HSV(B) 218.05º 0.89% 0.18% -
XYZ 0.81 0.73 2.68 -
YUV 18.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 5 20 46 0.89 0.57 0 0.82 218.05 0.8 0.1
Hex 5 14 2E 59 39 0 52 DA 50 A
Octal 5 24 56 131 71 0 122 332 120 12
Binary 101 10100 101110 1011001 111001 0 1010010 11011010 1010000 1010

Color Harmonies of #05142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05142E

Black with #05142E

Text Example


Text Example

White with #05142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05142E; }

 p { color: rgb(5,20,46); }

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

background-color css

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

 a { background-color: rgb(5,20,46); }

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

border-color css

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

 span { border-color: rgb(5,20,46); }

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