Html Css Color HEX #080492 Dark Blue

📋 copy color: '#080492'

red 8 ◦ green 4 ◦ blue 146

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

Shades of Dark Blue #080492

Tints of Dark Blue #080492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 92.41%

R = 5.06%
G = 2.53%
B = 92.41%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#080492 (or 0x080492) is known color: Dark Blue. HEX triplet: 08, 04 and 92. RGB value is (8,4,146). Sum of RGB (Red+Green+Blue) = 8+4+146=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #080492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080492 is #F7FB6D. Grayscale: #141414. Windows color (decimal): -16251758 or 9569288. OLE color: 9569288.

HSL color Cylindrical-coordinate representation of color #080492: hue angle of 241.69º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080492 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 4 146 -
CMYK 0.95 0.97 0 0.43
HSL 241.69º 0.95% 0.29% -
HSV(B) 241.69º 0.97% 0.57% -
XYZ 5.33 2.21 27.34 -
YUV 21.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 8 4 146 0.95 0.97 0 0.43 241.69 0.95 0.29
Hex 8 4 92 5F 61 0 2B F2 5F 1D
Octal 10 4 222 137 141 0 53 362 137 35
Binary 1000 100 10010010 1011111 1100001 0 101011 11110010 1011111 11101

Color Harmonies of #080492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080492

Black with #080492

Text Example


Text Example

White with #080492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080492; }

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

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

background-color css

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

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

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

border-color css

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

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

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