Html Css Color HEX #080498 New Midnight Blue

📋 copy color: '#080498'

red 8 ◦ green 4 ◦ blue 152

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

Shades of New Midnight Blue #080498

Tints of New Midnight Blue #080498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 4.88%
G = 2.44%
B = 92.68%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#080498 (or 0x080498) is known color: New Midnight Blue. HEX triplet: 08, 04 and 98. RGB value is (8,4,152). Sum of RGB (Red+Green+Blue) = 8+4+152=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 152 (59.77% from 255 or 92.68% from 164); Max value from RGB is 152 - color contains mainly: blue. Hex color #080498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080498 is #F7FB67. Grayscale: #151515. Windows color (decimal): -16251752 or 9962504. OLE color: 9962504.

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

Color convert

RGB 8 4 152 -
CMYK 0.95 0.97 0 0.40
HSL 241.62º 0.95% 0.31% -
HSV(B) 241.62º 0.97% 0.6% -
XYZ 5.81 2.41 29.86 -
YUV 22.07 201.33 117.97 -
System Red Green Blue C M Y K H S L
Decimal 8 4 152 0.95 0.97 0 0.40 241.62 0.95 0.31
Hex 8 4 98 5F 61 0 28 F2 5F 1F
Octal 10 4 230 137 141 0 50 362 137 37
Binary 1000 100 10011000 1011111 1100001 0 101000 11110010 1011111 11111

Color Harmonies of #080498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080498

Black with #080498

Text Example


Text Example

White with #080498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080498; }

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

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

background-color css

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

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

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

border-color css

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

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

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