Html Css Color HEX #081C47 Midnight Express

📋 copy color: '#081C47'

red 8 ◦ green 28 ◦ blue 71

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

Shades of Midnight Express #081C47

Tints of Midnight Express #081C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

 BLUE value IS 71 (28.13% from 255) = 66.36%

R = 7.48%
G = 26.17%
B = 66.36%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081C47 (or 0x081C47) is known color: Midnight Express. HEX triplet: 08, 1C and 47. RGB value is (8,28,71). Sum of RGB (Red+Green+Blue) = 8+28+71=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #081C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C47 is #F7E3B8. Grayscale: #1A1A1A. Windows color (decimal): -16245689 or 4660232. OLE color: 4660232.

HSL color Cylindrical-coordinate representation of color #081C47: hue angle of 220.95º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081C47 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 28 71 -
CMYK 0.89 0.61 0 0.72
HSL 220.95º 0.8% 0.15% -
HSV(B) 220.95º 0.89% 0.28% -
XYZ 1.65 1.34 6.13 -
YUV 26.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 8 28 71 0.89 0.61 0 0.72 220.95 0.8 0.15
Hex 8 1C 47 59 3D 0 48 DD 50 F
Octal 10 34 107 131 75 0 110 335 120 17
Binary 1000 11100 1000111 1011001 111101 0 1001000 11011101 1010000 1111

Color Harmonies of #081C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C47

Black with #081C47

Text Example


Text Example

White with #081C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081C47; }

 p { color: rgb(8,28,71); }

 H1.HeaderClassName
 {
   color: #081C47;
 }
 .AnyTagClassName
 {
   color: #081C47;
 }
</style>

background-color css

<style>
 a { background-color: #081C47; }

 a { background-color: rgb(8,28,71); }

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

border-color css

<style>
 span { border-color: #081C47; }

 span { border-color: rgb(8,28,71); }

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