Html Css Color HEX #080C53 Midnight Blue

📋 copy color: '#080C53'

red 8 ◦ green 12 ◦ blue 83

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

Shades of Midnight Blue #080C53

Tints of Midnight Blue #080C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 80.58%

R = 7.77%
G = 11.65%
B = 80.58%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080C53 (or 0x080C53) is known color: Midnight Blue. HEX triplet: 08, 0C and 53. RGB value is (8,12,83). Sum of RGB (Red+Green+Blue) = 8+12+83=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #080C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C53 is #F7F3AC. Grayscale: #121212. Windows color (decimal): -16249773 or 5442568. OLE color: 5442568.

HSL color Cylindrical-coordinate representation of color #080C53: hue angle of 236.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C53 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 12 83 -
CMYK 0.90 0.86 0 0.67
HSL 236.8º 0.82% 0.18% -
HSV(B) 236.8º 0.9% 0.33% -
XYZ 1.79 0.94 8.27 -
YUV 18.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 8 12 83 0.90 0.86 0 0.67 236.8 0.82 0.18
Hex 8 C 53 5A 56 0 43 ED 52 12
Octal 10 14 123 132 126 0 103 355 122 22
Binary 1000 1100 1010011 1011010 1010110 0 1000011 11101101 1010010 10010

Color Harmonies of #080C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C53

Black with #080C53

Text Example


Text Example

White with #080C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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