Html Css Color HEX #080299 New Midnight Blue

📋 copy color: '#080299'

red 8 ◦ green 2 ◦ blue 153

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

Shades of New Midnight Blue #080299

Tints of New Midnight Blue #080299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 93.87%

R = 4.91%
G = 1.23%
B = 93.87%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#080299 (or 0x080299) is known color: New Midnight Blue. HEX triplet: 08, 02 and 99. RGB value is (8,2,153). Sum of RGB (Red+Green+Blue) = 8+2+153=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 153 (60.16% from 255 or 93.87% from 163); Max value from RGB is 153 - color contains mainly: blue. Hex color #080299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080299 is #F7FD66. Grayscale: #141414. Windows color (decimal): -16252263 or 10027528. OLE color: 10027528.

HSL color Cylindrical-coordinate representation of color #080299: hue angle of 242.38º degrees, saturation: 0.97, 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 #080299 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 2 153 -
CMYK 0.95 0.99 0 0.4
HSL 242.38º 0.97% 0.3% -
HSV(B) 242.38º 0.99% 0.6% -
XYZ 5.87 2.39 30.29 -
YUV 21.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 8 2 153 0.95 0.99 0 0.4 242.38 0.97 0.3
Hex 8 2 99 5F 63 0 28 F2 61 1E
Octal 10 2 231 137 143 0 50 362 141 36
Binary 1000 10 10011001 1011111 1100011 0 101000 11110010 1100001 11110

Color Harmonies of #080299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080299

Black with #080299

Text Example


Text Example

White with #080299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080299; }

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

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

background-color css

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

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

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

border-color css

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

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

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