Html Css Color HEX #080295 New Midnight Blue

📋 copy color: '#080295'

red 8 ◦ green 2 ◦ blue 149

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

Shades of New Midnight Blue #080295

Tints of New Midnight Blue #080295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 149 (58.59% from 255) = 93.71%

R = 5.03%
G = 1.26%
B = 93.71%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080295 (or 0x080295) is known color: New Midnight Blue. HEX triplet: 08, 02 and 95. RGB value is (8,2,149). Sum of RGB (Red+Green+Blue) = 8+2+149=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 149 (58.59% from 255 or 93.71% from 159); Max value from RGB is 149 - color contains mainly: blue. Hex color #080295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080295 is #F7FD6A. Grayscale: #131313. Windows color (decimal): -16252267 or 9765384. OLE color: 9765384.

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

Color convert

RGB 8 2 149 -
CMYK 0.95 0.99 0 0.42
HSL 242.45º 0.97% 0.3% -
HSV(B) 242.45º 0.99% 0.58% -
XYZ 5.55 2.26 28.58 -
YUV 20.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 8 2 149 0.95 0.99 0 0.42 242.45 0.97 0.3
Hex 8 2 95 5F 63 0 2A F2 61 1E
Octal 10 2 225 137 143 0 52 362 141 36
Binary 1000 10 10010101 1011111 1100011 0 101010 11110010 1100001 11110

Color Harmonies of #080295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080295

Black with #080295

Text Example


Text Example

White with #080295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080295; }

 p { color: rgb(8,2,149); }

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

background-color css

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

 a { background-color: rgb(8,2,149); }

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

border-color css

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

 span { border-color: rgb(8,2,149); }

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