Html Css Color HEX #080C57 Midnight Blue

📋 copy color: '#080C57'

red 8 ◦ green 12 ◦ blue 87

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

Shades of Midnight Blue #080C57

Tints of Midnight Blue #080C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 81.31%

R = 7.48%
G = 11.21%
B = 81.31%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#080C57 (or 0x080C57) is known color: Midnight Blue. HEX triplet: 08, 0C and 57. RGB value is (8,12,87). Sum of RGB (Red+Green+Blue) = 8+12+87=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #080C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C57 is #F7F3A8. Grayscale: #131313. Windows color (decimal): -16249769 or 5704712. OLE color: 5704712.

HSL color Cylindrical-coordinate representation of color #080C57: hue angle of 236.96º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C57 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 12 87 -
CMYK 0.91 0.86 0 0.66
HSL 236.96º 0.83% 0.19% -
HSV(B) 236.96º 0.91% 0.34% -
XYZ 1.95 1 9.11 -
YUV 19.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 8 12 87 0.91 0.86 0 0.66 236.96 0.83 0.19
Hex 8 C 57 5B 56 0 42 ED 53 13
Octal 10 14 127 133 126 0 102 355 123 23
Binary 1000 1100 1010111 1011011 1010110 0 1000010 11101101 1010011 10011

Color Harmonies of #080C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C57

Black with #080C57

Text Example


Text Example

White with #080C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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