Html Css Color HEX #080296 New Midnight Blue

📋 copy color: '#080296'

red 8 ◦ green 2 ◦ blue 150

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

Shades of New Midnight Blue #080296

Tints of New Midnight Blue #080296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 93.75%

R = 5%
G = 1.25%
B = 93.75%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#080296 (or 0x080296) is known color: New Midnight Blue. HEX triplet: 08, 02 and 96. RGB value is (8,2,150). Sum of RGB (Red+Green+Blue) = 8+2+150=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #080296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080296 is #F7FD69. Grayscale: #141414. Windows color (decimal): -16252266 or 9830920. OLE color: 9830920.

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

Color convert

RGB 8 2 150 -
CMYK 0.95 0.99 0 0.41
HSL 242.43º 0.97% 0.3% -
HSV(B) 242.43º 0.99% 0.59% -
XYZ 5.63 2.3 29 -
YUV 20.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 8 2 150 0.95 0.99 0 0.41 242.43 0.97 0.3
Hex 8 2 96 5F 63 0 29 F2 61 1E
Octal 10 2 226 137 143 0 51 362 141 36
Binary 1000 10 10010110 1011111 1100011 0 101001 11110010 1100001 11110

Color Harmonies of #080296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080296

Black with #080296

Text Example


Text Example

White with #080296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080296; }

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

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

background-color css

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

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

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

border-color css

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

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

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