Html Css Color HEX #080399 New Midnight Blue

📋 copy color: '#080399'

red 8 ◦ green 3 ◦ blue 153

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

Shades of New Midnight Blue #080399

Tints of New Midnight Blue #080399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

 BLUE value IS 153 (60.16% from 255) = 93.29%

R = 4.88%
G = 1.83%
B = 93.29%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#080399 (or 0x080399) is known color: New Midnight Blue. HEX triplet: 08, 03 and 99. RGB value is (8,3,153). Sum of RGB (Red+Green+Blue) = 8+3+153=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 153 (60.16% from 255 or 93.29% from 164); Max value from RGB is 153 - color contains mainly: blue. Hex color #080399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080399 is #F7FC66. Grayscale: #151515. Windows color (decimal): -16252007 or 10027784. OLE color: 10027784.

HSL color Cylindrical-coordinate representation of color #080399: hue angle of 242º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080399 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 3 153 -
CMYK 0.95 0.98 0 0.4
HSL 242º 0.96% 0.31% -
HSV(B) 242º 0.98% 0.6% -
XYZ 5.88 2.42 30.29 -
YUV 21.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 8 3 153 0.95 0.98 0 0.4 242 0.96 0.31
Hex 8 3 99 5F 62 0 28 F2 60 1F
Octal 10 3 231 137 142 0 50 362 140 37
Binary 1000 11 10011001 1011111 1100010 0 101000 11110010 1100000 11111

Color Harmonies of #080399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080399

Black with #080399

Text Example


Text Example

White with #080399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080399; }

 p { color: rgb(8,3,153); }

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

background-color css

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

 a { background-color: rgb(8,3,153); }

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

border-color css

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

 span { border-color: rgb(8,3,153); }

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