Html Css Color HEX #080093 Dark Blue

📋 copy color: '#080093'

red 8 ◦ green 0 ◦ blue 147

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

Shades of Dark Blue #080093

Tints of Dark Blue #080093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 94.84%

R = 5.16%
G = 0%
B = 94.84%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080093 (or 0x080093) is known color: Dark Blue. HEX triplet: 08, 00 and 93. RGB value is (8,0,147). Sum of RGB (Red+Green+Blue) = 8+0+147=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #080093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080093 is #F7FF6C. Grayscale: #121212. Windows color (decimal): -16252781 or 9633800. OLE color: 9633800.

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

Color convert

RGB 8 0 147 -
CMYK 0.95 1 0 0.42
HSL 243.27º 1% 0.29% -
HSV(B) 243.27º 1% 0.58% -
XYZ 5.37 2.16 27.74 -
YUV 19.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 8 0 147 0.95 1 0 0.42 243.27 1 0.29
Hex 8 0 93 5F 64 0 2A F3 64 1D
Octal 10 0 223 137 144 0 52 363 144 35
Binary 1000 0 10010011 1011111 1100100 0 101010 11110011 1100100 11101

Color Harmonies of #080093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080093

Black with #080093

Text Example


Text Example

White with #080093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080093; }

 p { color: rgb(8,0,147); }

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

background-color css

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

 a { background-color: rgb(8,0,147); }

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

border-color css

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

 span { border-color: rgb(8,0,147); }

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