Html Css Color HEX #080C4F Midnight Blue

📋 copy color: '#080C4F'

red 8 ◦ green 12 ◦ blue 79

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

Shades of Midnight Blue #080C4F

Tints of Midnight Blue #080C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.12%

 BLUE value IS 79 (31.25% from 255) = 79.8%

R = 8.08%
G = 12.12%
B = 79.8%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080C4F (or 0x080C4F) is known color: Midnight Blue. HEX triplet: 08, 0C and 4F. RGB value is (8,12,79). Sum of RGB (Red+Green+Blue) = 8+12+79=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #080C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C4F is #F7F3B0. Grayscale: #121212. Windows color (decimal): -16249777 or 5180424. OLE color: 5180424.

HSL color Cylindrical-coordinate representation of color #080C4F: hue angle of 236.62º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C4F is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 12 79 -
CMYK 0.90 0.85 0 0.69
HSL 236.62º 0.82% 0.17% -
HSV(B) 236.62º 0.9% 0.31% -
XYZ 1.64 0.88 7.48 -
YUV 18.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 8 12 79 0.90 0.85 0 0.69 236.62 0.82 0.17
Hex 8 C 4F 5A 55 0 45 ED 52 11
Octal 10 14 117 132 125 0 105 355 122 21
Binary 1000 1100 1001111 1011010 1010101 0 1000101 11101101 1010010 10001

Color Harmonies of #080C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C4F

Black with #080C4F

Text Example


Text Example

White with #080C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,12,79); }

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

background-color css

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

 a { background-color: rgb(8,12,79); }

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

border-color css

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

 span { border-color: rgb(8,12,79); }

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