Html Css Color HEX #080463 Midnight Blue

📋 copy color: '#080463'

red 8 ◦ green 4 ◦ blue 99

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

Shades of Midnight Blue #080463

Tints of Midnight Blue #080463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 89.19%

R = 7.21%
G = 3.6%
B = 89.19%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080463 (or 0x080463) is known color: Midnight Blue. HEX triplet: 08, 04 and 63. RGB value is (8,4,99). Sum of RGB (Red+Green+Blue) = 8+4+99=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 99 (39.06% from 255 or 89.19% from 111); Max value from RGB is 99 - color contains mainly: blue. Hex color #080463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080463 is #F7FB9C. Grayscale: #0F0F0F. Windows color (decimal): -16251805 or 6489096. OLE color: 6489096.

HSL color Cylindrical-coordinate representation of color #080463: hue angle of 242.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080463 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 4 99 -
CMYK 0.92 0.96 0 0.61
HSL 242.53º 0.92% 0.2% -
HSV(B) 242.53º 0.96% 0.39% -
XYZ 2.4 1.04 11.88 -
YUV 16.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 8 4 99 0.92 0.96 0 0.61 242.53 0.92 0.2
Hex 8 4 63 5C 60 0 3D F3 5C 14
Octal 10 4 143 134 140 0 75 363 134 24
Binary 1000 100 1100011 1011100 1100000 0 111101 11110011 1011100 10100

Color Harmonies of #080463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080463

Black with #080463

Text Example


Text Example

White with #080463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080463; }

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

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

background-color css

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

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

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

border-color css

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

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

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