Html Css Color HEX #080194 New Midnight Blue

📋 copy color: '#080194'

red 8 ◦ green 1 ◦ blue 148

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

Shades of New Midnight Blue #080194

Tints of New Midnight Blue #080194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 148 (58.2% from 255) = 94.27%

R = 5.1%
G = 0.64%
B = 94.27%

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

#080194 (or 0x080194) is known color: New Midnight Blue. HEX triplet: 08, 01 and 94. RGB value is (8,1,148). Sum of RGB (Red+Green+Blue) = 8+1+148=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 148 (58.20% from 255 or 94.27% from 157); Max value from RGB is 148 - color contains mainly: blue. Hex color #080194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080194 is #F7FE6B. Grayscale: #131313. Windows color (decimal): -16252524 or 9699592. OLE color: 9699592.

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

Color convert

RGB 8 1 148 -
CMYK 0.95 0.99 0 0.42
HSL 242.86º 0.99% 0.29% -
HSV(B) 242.86º 0.99% 0.58% -
XYZ 5.46 2.21 28.16 -
YUV 19.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 8 1 148 0.95 0.99 0 0.42 242.86 0.99 0.29
Hex 8 1 94 5F 63 0 2A F3 63 1D
Octal 10 1 224 137 143 0 52 363 143 35
Binary 1000 1 10010100 1011111 1100011 0 101010 11110011 1100011 11101

Color Harmonies of #080194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080194

Black with #080194

Text Example


Text Example

White with #080194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080194; }

 p { color: rgb(8,1,148); }

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

background-color css

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

 a { background-color: rgb(8,1,148); }

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

border-color css

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

 span { border-color: rgb(8,1,148); }

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