Html Css Color HEX #08053F Midnight Express

📋 copy color: '#08053F'

red 8 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #08053F

Tints of Midnight Express #08053F

RGB

 RED value IS 8 (3.52% from 255) = 10.53%

 GREEN value IS 5 (2.34% from 255) = 6.58%

 BLUE value IS 63 (25% from 255) = 82.89%

R = 10.53%
G = 6.58%
B = 82.89%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08053F (or 0x08053F) is known color: Midnight Express. HEX triplet: 08, 05 and 3F. RGB value is (8,5,63). Sum of RGB (Red+Green+Blue) = 8+5+63=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #08053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08053F is #F7FAC0. Grayscale: #0C0C0C. Windows color (decimal): -16251585 or 4130056. OLE color: 4130056.

HSL color Cylindrical-coordinate representation of color #08053F: hue angle of 243.1º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08053F is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 5 63 -
CMYK 0.87 0.92 0 0.75
HSL 243.1º 0.85% 0.13% -
HSV(B) 243.1º 0.92% 0.25% -
XYZ 1.05 0.52 4.75 -
YUV 12.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 8 5 63 0.87 0.92 0 0.75 243.1 0.85 0.13
Hex 8 5 3F 57 5C 0 4B F3 55 D
Octal 10 5 77 127 134 0 113 363 125 15
Binary 1000 101 111111 1010111 1011100 0 1001011 11110011 1010101 1101

Color Harmonies of #08053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08053F

Black with #08053F

Text Example


Text Example

White with #08053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08053F; }

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

 H1.HeaderClassName
 {
   color: #08053F;
 }
 .AnyTagClassName
 {
   color: #08053F;
 }
</style>

background-color css

<style>
 a { background-color: #08053F; }

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

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

border-color css

<style>
 span { border-color: #08053F; }

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

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