Html Css Color HEX #080192 Dark Blue

📋 copy color: '#080192'

red 8 ◦ green 1 ◦ blue 146

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

Shades of Dark Blue #080192

Tints of Dark Blue #080192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 5.16%
G = 0.65%
B = 94.19%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#080192 (or 0x080192) is known color: Dark Blue. HEX triplet: 08, 01 and 92. RGB value is (8,1,146). Sum of RGB (Red+Green+Blue) = 8+1+146=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #080192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080192 is #F7FE6D. Grayscale: #131313. Windows color (decimal): -16252526 or 9568520. OLE color: 9568520.

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

Color convert

RGB 8 1 146 -
CMYK 0.95 0.99 0 0.43
HSL 242.9º 0.99% 0.29% -
HSV(B) 242.9º 0.99% 0.57% -
XYZ 5.3 2.15 27.33 -
YUV 19.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 8 1 146 0.95 0.99 0 0.43 242.9 0.99 0.29
Hex 8 1 92 5F 63 0 2B F3 63 1D
Octal 10 1 222 137 143 0 53 363 143 35
Binary 1000 1 10010010 1011111 1100011 0 101011 11110011 1100011 11101

Color Harmonies of #080192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080192

Black with #080192

Text Example


Text Example

White with #080192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080192; }

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

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

background-color css

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

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

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

border-color css

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

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

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