Html Css Color HEX #05093A Midnight Express

📋 copy color: '#05093A'

red 5 ◦ green 9 ◦ blue 58

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

Shades of Midnight Express #05093A

Tints of Midnight Express #05093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.5%

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

R = 6.94%
G = 12.5%
B = 80.56%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05093A (or 0x05093A) is known color: Midnight Express. HEX triplet: 05, 09 and 3A. RGB value is (5,9,58). Sum of RGB (Red+Green+Blue) = 5+9+58=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 58 (23.05% from 255 or 80.56% from 72); Max value from RGB is 58 - color contains mainly: blue. Hex color #05093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05093A is #FAF6C5. Grayscale: #0D0D0D. Windows color (decimal): -16447174 or 3803397. OLE color: 3803397.

HSL color Cylindrical-coordinate representation of color #05093A: hue angle of 235.47º 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 #05093A is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 9 58 -
CMYK 0.91 0.84 0 0.77
HSL 235.47º 0.84% 0.12% -
HSV(B) 235.47º 0.91% 0.23% -
XYZ 0.92 0.53 4.06 -
YUV 13.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 5 9 58 0.91 0.84 0 0.77 235.47 0.84 0.12
Hex 5 9 3A 5B 54 0 4D EB 54 C
Octal 5 11 72 133 124 0 115 353 124 14
Binary 101 1001 111010 1011011 1010100 0 1001101 11101011 1010100 1100

Color Harmonies of #05093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05093A

Black with #05093A

Text Example


Text Example

White with #05093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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