Html Css Color HEX #080395 New Midnight Blue

📋 copy color: '#080395'

red 8 ◦ green 3 ◦ blue 149

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

Shades of New Midnight Blue #080395

Tints of New Midnight Blue #080395

RGB

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

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

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

R = 5%
G = 1.88%
B = 93.13%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080395 (or 0x080395) is known color: New Midnight Blue. HEX triplet: 08, 03 and 95. RGB value is (8,3,149). Sum of RGB (Red+Green+Blue) = 8+3+149=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 149 (58.59% from 255 or 93.12% from 160); Max value from RGB is 149 - color contains mainly: blue. Hex color #080395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080395 is #F7FC6A. Grayscale: #141414. Windows color (decimal): -16252011 or 9765640. OLE color: 9765640.

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

Color convert

RGB 8 3 149 -
CMYK 0.95 0.98 0 0.42
HSL 242.05º 0.96% 0.3% -
HSV(B) 242.05º 0.98% 0.58% -
XYZ 5.56 2.29 28.58 -
YUV 21.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 8 3 149 0.95 0.98 0 0.42 242.05 0.96 0.3
Hex 8 3 95 5F 62 0 2A F2 60 1E
Octal 10 3 225 137 142 0 52 362 140 36
Binary 1000 11 10010101 1011111 1100010 0 101010 11110010 1100000 11110

Color Harmonies of #080395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080395

Black with #080395

Text Example


Text Example

White with #080395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080395; }

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

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

background-color css

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

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

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

border-color css

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

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

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