Html Css Color HEX #080A3D Midnight Express

📋 copy color: '#080A3D'

red 8 ◦ green 10 ◦ blue 61

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

Shades of Midnight Express #080A3D

Tints of Midnight Express #080A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.66%

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

R = 10.13%
G = 12.66%
B = 77.22%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#080A3D (or 0x080A3D) is known color: Midnight Express. HEX triplet: 08, 0A and 3D. RGB value is (8,10,61). Sum of RGB (Red+Green+Blue) = 8+10+61=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #080A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A3D is #F7F5C2. Grayscale: #0F0F0F. Windows color (decimal): -16250307 or 4000264. OLE color: 4000264.

HSL color Cylindrical-coordinate representation of color #080A3D: hue angle of 237.74º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080A3D is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 10 61 -
CMYK 0.87 0.84 0 0.76
HSL 237.74º 0.77% 0.14% -
HSV(B) 237.74º 0.87% 0.24% -
XYZ 1.05 0.61 4.48 -
YUV 15.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 8 10 61 0.87 0.84 0 0.76 237.74 0.77 0.14
Hex 8 A 3D 57 54 0 4C EE 4D E
Octal 10 12 75 127 124 0 114 356 115 16
Binary 1000 1010 111101 1010111 1010100 0 1001100 11101110 1001101 1110

Color Harmonies of #080A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A3D

Black with #080A3D

Text Example


Text Example

White with #080A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A3D; }

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

 H1.HeaderClassName
 {
   color: #080A3D;
 }
 .AnyTagClassName
 {
   color: #080A3D;
 }
</style>

background-color css

<style>
 a { background-color: #080A3D; }

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

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

border-color css

<style>
 span { border-color: #080A3D; }

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

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