Html Css Color HEX #080462 Midnight Blue

📋 copy color: '#080462'

red 8 ◦ green 4 ◦ blue 98

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

Shades of Midnight Blue #080462

Tints of Midnight Blue #080462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 89.09%

R = 7.27%
G = 3.64%
B = 89.09%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080462 (or 0x080462) is known color: Midnight Blue. HEX triplet: 08, 04 and 62. RGB value is (8,4,98). Sum of RGB (Red+Green+Blue) = 8+4+98=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #080462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080462 is #F7FB9D. Grayscale: #0F0F0F. Windows color (decimal): -16251806 or 6423560. OLE color: 6423560.

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

Color convert

RGB 8 4 98 -
CMYK 0.92 0.96 0 0.62
HSL 242.55º 0.92% 0.2% -
HSV(B) 242.55º 0.96% 0.38% -
XYZ 2.35 1.02 11.63 -
YUV 15.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 8 4 98 0.92 0.96 0 0.62 242.55 0.92 0.2
Hex 8 4 62 5C 60 0 3E F3 5C 14
Octal 10 4 142 134 140 0 76 363 134 24
Binary 1000 100 1100010 1011100 1100000 0 111110 11110011 1011100 10100

Color Harmonies of #080462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080462

Black with #080462

Text Example


Text Example

White with #080462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080462; }

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

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

background-color css

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

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

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

border-color css

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

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

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