Html Css Color HEX #080199 New Midnight Blue

📋 copy color: '#080199'

red 8 ◦ green 1 ◦ blue 153

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

Shades of New Midnight Blue #080199

Tints of New Midnight Blue #080199

RGB

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

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

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

R = 4.94%
G = 0.62%
B = 94.44%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#080199 (or 0x080199) is known color: New Midnight Blue. HEX triplet: 08, 01 and 99. RGB value is (8,1,153). Sum of RGB (Red+Green+Blue) = 8+1+153=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 153 (60.16% from 255 or 94.44% from 162); Max value from RGB is 153 - color contains mainly: blue. Hex color #080199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080199 is #F7FE66. Grayscale: #131313. Windows color (decimal): -16252519 or 10027272. OLE color: 10027272.

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

Color convert

RGB 8 1 153 -
CMYK 0.95 0.99 0 0.4
HSL 242.76º 0.99% 0.3% -
HSV(B) 242.76º 0.99% 0.6% -
XYZ 5.86 2.37 30.29 -
YUV 20.42 202.82 119.14 -
System Red Green Blue C M Y K H S L
Decimal 8 1 153 0.95 0.99 0 0.4 242.76 0.99 0.3
Hex 8 1 99 5F 63 0 28 F3 63 1E
Octal 10 1 231 137 143 0 50 363 143 36
Binary 1000 1 10011001 1011111 1100011 0 101000 11110011 1100011 11110

Color Harmonies of #080199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080199

Black with #080199

Text Example


Text Example

White with #080199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080199; }

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

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

background-color css

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

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

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

border-color css

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

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

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