Html Css Color HEX #05083E Midnight Express

📋 copy color: '#05083E'

red 5 ◦ green 8 ◦ blue 62

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

Shades of Midnight Express #05083E

Tints of Midnight Express #05083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.67%

 BLUE value IS 62 (24.61% from 255) = 82.67%

R = 6.67%
G = 10.67%
B = 82.67%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05083E (or 0x05083E) is known color: Midnight Express. HEX triplet: 05, 08 and 3E. RGB value is (5,8,62). Sum of RGB (Red+Green+Blue) = 5+8+62=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 62 (24.61% from 255 or 82.67% from 75); Max value from RGB is 62 - color contains mainly: blue. Hex color #05083E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05083E is #FAF7C1. Grayscale: #0D0D0D. Windows color (decimal): -16447426 or 4065285. OLE color: 4065285.

HSL color Cylindrical-coordinate representation of color #05083E: hue angle of 236.84º 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 #05083E is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 8 62 -
CMYK 0.92 0.87 0 0.76
HSL 236.84º 0.85% 0.13% -
HSV(B) 236.84º 0.92% 0.24% -
XYZ 1.02 0.55 4.61 -
YUV 13.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 5 8 62 0.92 0.87 0 0.76 236.84 0.85 0.13
Hex 5 8 3E 5C 57 0 4C ED 55 D
Octal 5 10 76 134 127 0 114 355 125 15
Binary 101 1000 111110 1011100 1010111 0 1001100 11101101 1010101 1101

Color Harmonies of #05083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05083E

Black with #05083E

Text Example


Text Example

White with #05083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,8,62); }

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

background-color css

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

 a { background-color: rgb(5,8,62); }

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

border-color css

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

 span { border-color: rgb(5,8,62); }

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