Html Css Color HEX #05143A Midnight Express

📋 copy color: '#05143A'

red 5 ◦ green 20 ◦ blue 58

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

Shades of Midnight Express #05143A

Tints of Midnight Express #05143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 69.88%

R = 6.02%
G = 24.1%
B = 69.88%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05143A (or 0x05143A) is known color: Midnight Express. HEX triplet: 05, 14 and 3A. RGB value is (5,20,58). Sum of RGB (Red+Green+Blue) = 5+20+58=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 58 (23.05% from 255 or 69.88% from 83); Max value from RGB is 58 - color contains mainly: blue. Hex color #05143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05143A is #FAEBC5. Grayscale: #131313. Windows color (decimal): -16444358 or 3806213. OLE color: 3806213.

HSL color Cylindrical-coordinate representation of color #05143A: hue angle of 223.02º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05143A is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 20 58 -
CMYK 0.91 0.66 0 0.77
HSL 223.02º 0.84% 0.12% -
HSV(B) 223.02º 0.91% 0.23% -
XYZ 1.08 0.84 4.11 -
YUV 19.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 5 20 58 0.91 0.66 0 0.77 223.02 0.84 0.12
Hex 5 14 3A 5B 42 0 4D DF 54 C
Octal 5 24 72 133 102 0 115 337 124 14
Binary 101 10100 111010 1011011 1000010 0 1001101 11011111 1010100 1100

Color Harmonies of #05143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05143A

Black with #05143A

Text Example


Text Example

White with #05143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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