Html Css Color HEX #05083D Midnight Express

📋 copy color: '#05083D'

red 5 ◦ green 8 ◦ blue 61

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

Shades of Midnight Express #05083D

Tints of Midnight Express #05083D

RGB

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

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

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

R = 6.76%
G = 10.81%
B = 82.43%

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

#05083D (or 0x05083D) is known color: Midnight Express. HEX triplet: 05, 08 and 3D. RGB value is (5,8,61). Sum of RGB (Red+Green+Blue) = 5+8+61=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 61 (24.22% from 255 or 82.43% from 74); Max value from RGB is 61 - color contains mainly: blue. Hex color #05083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05083D is #FAF7C2. Grayscale: #0C0C0C. Windows color (decimal): -16447427 or 3999749. OLE color: 3999749.

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

Color convert

RGB 5 8 61 -
CMYK 0.92 0.87 0 0.76
HSL 236.79º 0.85% 0.13% -
HSV(B) 236.79º 0.92% 0.24% -
XYZ 0.99 0.54 4.47 -
YUV 13.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 5 8 61 0.92 0.87 0 0.76 236.79 0.85 0.13
Hex 5 8 3D 5C 57 0 4C ED 55 D
Octal 5 10 75 134 127 0 114 355 125 15
Binary 101 1000 111101 1011100 1010111 0 1001100 11101101 1010101 1101

Color Harmonies of #05083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05083D

Black with #05083D

Text Example


Text Example

White with #05083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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