Html Css Color HEX #08004C Midnight Blue

📋 copy color: '#08004C'

red 8 ◦ green 0 ◦ blue 76

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

Shades of Midnight Blue #08004C

Tints of Midnight Blue #08004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.52%
G = 0%
B = 90.48%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08004C (or 0x08004C) is known color: Midnight Blue. HEX triplet: 08, 00 and 4C. RGB value is (8,0,76). Sum of RGB (Red+Green+Blue) = 8+0+76=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #08004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08004C is #F7FFB3. Grayscale: #0A0A0A. Windows color (decimal): -16252852 or 4980744. OLE color: 4980744.

HSL color Cylindrical-coordinate representation of color #08004C: hue angle of 246.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08004C is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 0 76 -
CMYK 0.89 1 0 0.70
HSL 246.32º 1% 0.15% -
HSV(B) 246.32º 1% 0.3% -
XYZ 1.4 0.57 6.87 -
YUV 11.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 8 0 76 0.89 1 0 0.70 246.32 1 0.15
Hex 8 0 4C 59 64 0 46 F6 64 F
Octal 10 0 114 131 144 0 106 366 144 17
Binary 1000 0 1001100 1011001 1100100 0 1000110 11110110 1100100 1111

Color Harmonies of #08004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08004C

Black with #08004C

Text Example


Text Example

White with #08004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08004C; }

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

 H1.HeaderClassName
 {
   color: #08004C;
 }
 .AnyTagClassName
 {
   color: #08004C;
 }
</style>

background-color css

<style>
 a { background-color: #08004C; }

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

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

border-color css

<style>
 span { border-color: #08004C; }

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

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