Html Css Color HEX #080E9D New Midnight Blue

📋 copy color: '#080E9D'

red 8 ◦ green 14 ◦ blue 157

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

Shades of New Midnight Blue #080E9D

Tints of New Midnight Blue #080E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.82%

 BLUE value IS 157 (61.72% from 255) = 87.71%

R = 4.47%
G = 7.82%
B = 87.71%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#080E9D (or 0x080E9D) is known color: New Midnight Blue. HEX triplet: 08, 0E and 9D. RGB value is (8,14,157). Sum of RGB (Red+Green+Blue) = 8+14+157=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #080E9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E9D is #F7F162. Grayscale: #1B1B1B. Windows color (decimal): -16249187 or 10292744. OLE color: 10292744.

HSL color Cylindrical-coordinate representation of color #080E9D: hue angle of 237.58º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080E9D is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 14 157 -
CMYK 0.95 0.91 0 0.38
HSL 237.58º 0.9% 0.32% -
HSV(B) 237.58º 0.95% 0.62% -
XYZ 6.34 2.8 32.1 -
YUV 28.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 8 14 157 0.95 0.91 0 0.38 237.58 0.9 0.32
Hex 8 E 9D 5F 5B 0 26 EE 5A 20
Octal 10 16 235 137 133 0 46 356 132 40
Binary 1000 1110 10011101 1011111 1011011 0 100110 11101110 1011010 100000

Color Harmonies of #080E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E9D

Black with #080E9D

Text Example


Text Example

White with #080E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E9D; }

 p { color: rgb(8,14,157); }

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

background-color css

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

 a { background-color: rgb(8,14,157); }

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

border-color css

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

 span { border-color: rgb(8,14,157); }

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