Html Css Color HEX #05142F Midnight Express

📋 copy color: '#05142F'

red 5 ◦ green 20 ◦ blue 47

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

Shades of Midnight Express #05142F

Tints of Midnight Express #05142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 65.28%

R = 6.94%
G = 27.78%
B = 65.28%

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

#05142F (or 0x05142F) is known color: Midnight Express. HEX triplet: 05, 14 and 2F. RGB value is (5,20,47). Sum of RGB (Red+Green+Blue) = 5+20+47=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #05142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05142F is #FAEBD0. Grayscale: #121212. Windows color (decimal): -16444369 or 3085317. OLE color: 3085317.

HSL color Cylindrical-coordinate representation of color #05142F: hue angle of 218.57º degrees, saturation: 0.81, 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 #05142F is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 20 47 -
CMYK 0.89 0.57 0 0.82
HSL 218.57º 0.81% 0.1% -
HSV(B) 218.57º 0.89% 0.18% -
XYZ 0.83 0.74 2.79 -
YUV 18.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 5 20 47 0.89 0.57 0 0.82 218.57 0.81 0.1
Hex 5 14 2F 59 39 0 52 DB 51 A
Octal 5 24 57 131 71 0 122 333 121 12
Binary 101 10100 101111 1011001 111001 0 1010010 11011011 1010001 1010

Color Harmonies of #05142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05142F

Black with #05142F

Text Example


Text Example

White with #05142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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