Html Css Color HEX #08044D Midnight Blue

📋 copy color: '#08044D'

red 8 ◦ green 4 ◦ blue 77

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

Shades of Midnight Blue #08044D

Tints of Midnight Blue #08044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

 BLUE value IS 77 (30.47% from 255) = 86.52%

R = 8.99%
G = 4.49%
B = 86.52%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08044D (or 0x08044D) is known color: Midnight Blue. HEX triplet: 08, 04 and 4D. RGB value is (8,4,77). Sum of RGB (Red+Green+Blue) = 8+4+77=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #08044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08044D is #F7FBB2. Grayscale: #0D0D0D. Windows color (decimal): -16251827 or 5047304. OLE color: 5047304.

HSL color Cylindrical-coordinate representation of color #08044D: hue angle of 243.29º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08044D is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 4 77 -
CMYK 0.90 0.95 0 0.70
HSL 243.29º 0.9% 0.16% -
HSV(B) 243.29º 0.95% 0.3% -
XYZ 1.48 0.67 7.07 -
YUV 13.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 8 4 77 0.90 0.95 0 0.70 243.29 0.9 0.16
Hex 8 4 4D 5A 5F 0 46 F3 5A 10
Octal 10 4 115 132 137 0 106 363 132 20
Binary 1000 100 1001101 1011010 1011111 0 1000110 11110011 1011010 10000

Color Harmonies of #08044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08044D

Black with #08044D

Text Example


Text Example

White with #08044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,4,77); }

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

background-color css

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

 a { background-color: rgb(8,4,77); }

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

border-color css

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

 span { border-color: rgb(8,4,77); }

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