Html Css Color HEX #05193D Midnight Express

📋 copy color: '#05193D'

red 5 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #05193D

Tints of Midnight Express #05193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

 BLUE value IS 61 (24.22% from 255) = 67.03%

R = 5.49%
G = 27.47%
B = 67.03%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05193D (or 0x05193D) is known color: Midnight Express. HEX triplet: 05, 19 and 3D. RGB value is (5,25,61). Sum of RGB (Red+Green+Blue) = 5+25+61=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #05193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05193D is #FAE6C2. Grayscale: #161616. Windows color (decimal): -16443075 or 4004101. OLE color: 4004101.

HSL color Cylindrical-coordinate representation of color #05193D: hue angle of 218.57º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05193D is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 25 61 -
CMYK 0.92 0.59 0 0.76
HSL 218.57º 0.85% 0.13% -
HSV(B) 218.57º 0.92% 0.24% -
XYZ 1.25 1.06 4.55 -
YUV 23.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 5 25 61 0.92 0.59 0 0.76 218.57 0.85 0.13
Hex 5 19 3D 5C 3B 0 4C DB 55 D
Octal 5 31 75 134 73 0 114 333 125 15
Binary 101 11001 111101 1011100 111011 0 1001100 11011011 1010101 1101

Color Harmonies of #05193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05193D

Black with #05193D

Text Example


Text Example

White with #05193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05193D; }

 p { color: rgb(5,25,61); }

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

background-color css

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

 a { background-color: rgb(5,25,61); }

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

border-color css

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

 span { border-color: rgb(5,25,61); }

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