Html Css Color HEX #080A4C Midnight Blue

📋 copy color: '#080A4C'

red 8 ◦ green 10 ◦ blue 76

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

Shades of Midnight Blue #080A4C

Tints of Midnight Blue #080A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 80.85%

R = 8.51%
G = 10.64%
B = 80.85%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#080A4C (or 0x080A4C) is known color: Midnight Blue. HEX triplet: 08, 0A and 4C. RGB value is (8,10,76). Sum of RGB (Red+Green+Blue) = 8+10+76=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #080A4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A4C is #F7F5B3. Grayscale: #101010. Windows color (decimal): -16250292 or 4983304. OLE color: 4983304.

HSL color Cylindrical-coordinate representation of color #080A4C: hue angle of 238.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080A4C is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 10 76 -
CMYK 0.89 0.87 0 0.70
HSL 238.24º 0.81% 0.16% -
HSV(B) 238.24º 0.89% 0.3% -
XYZ 1.51 0.79 6.91 -
YUV 16.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 8 10 76 0.89 0.87 0 0.70 238.24 0.81 0.16
Hex 8 A 4C 59 57 0 46 EE 51 10
Octal 10 12 114 131 127 0 106 356 121 20
Binary 1000 1010 1001100 1011001 1010111 0 1000110 11101110 1010001 10000

Color Harmonies of #080A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A4C

Black with #080A4C

Text Example


Text Example

White with #080A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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