Html Css Color HEX #080198 New Midnight Blue

📋 copy color: '#080198'

red 8 ◦ green 1 ◦ blue 152

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

Shades of New Midnight Blue #080198

Tints of New Midnight Blue #080198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 94.41%

R = 4.97%
G = 0.62%
B = 94.41%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#080198 (or 0x080198) is known color: New Midnight Blue. HEX triplet: 08, 01 and 98. RGB value is (8,1,152). Sum of RGB (Red+Green+Blue) = 8+1+152=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 152 (59.77% from 255 or 94.41% from 161); Max value from RGB is 152 - color contains mainly: blue. Hex color #080198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080198 is #F7FE67. Grayscale: #131313. Windows color (decimal): -16252520 or 9961736. OLE color: 9961736.

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

Color convert

RGB 8 1 152 -
CMYK 0.95 0.99 0 0.40
HSL 242.78º 0.99% 0.3% -
HSV(B) 242.78º 0.99% 0.6% -
XYZ 5.78 2.34 29.85 -
YUV 20.31 202.32 119.22 -
System Red Green Blue C M Y K H S L
Decimal 8 1 152 0.95 0.99 0 0.40 242.78 0.99 0.3
Hex 8 1 98 5F 63 0 28 F3 63 1E
Octal 10 1 230 137 143 0 50 363 143 36
Binary 1000 1 10011000 1011111 1100011 0 101000 11110011 1100011 11110

Color Harmonies of #080198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080198

Black with #080198

Text Example


Text Example

White with #080198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080198; }

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

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

background-color css

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

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

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

border-color css

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

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

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