Html Css Color HEX #080E9C New Midnight Blue

📋 copy color: '#080E9C'

red 8 ◦ green 14 ◦ blue 156

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

Shades of New Midnight Blue #080E9C

Tints of New Midnight Blue #080E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 87.64%

R = 4.49%
G = 7.87%
B = 87.64%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#080E9C (or 0x080E9C) is known color: New Midnight Blue. HEX triplet: 08, 0E and 9C. RGB value is (8,14,156). Sum of RGB (Red+Green+Blue) = 8+14+156=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #080E9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E9C is #F7F163. Grayscale: #1B1B1B. Windows color (decimal): -16249188 or 10227208. OLE color: 10227208.

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

Color convert

RGB 8 14 156 -
CMYK 0.95 0.91 0 0.39
HSL 237.57º 0.9% 0.32% -
HSV(B) 237.57º 0.95% 0.61% -
XYZ 6.26 2.77 31.66 -
YUV 28.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 8 14 156 0.95 0.91 0 0.39 237.57 0.9 0.32
Hex 8 E 9C 5F 5B 0 27 EE 5A 20
Octal 10 16 234 137 133 0 47 356 132 40
Binary 1000 1110 10011100 1011111 1011011 0 100111 11101110 1011010 100000

Color Harmonies of #080E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E9C

Black with #080E9C

Text Example


Text Example

White with #080E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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