Html Css Color HEX #080698 New Midnight Blue

📋 copy color: '#080698'

red 8 ◦ green 6 ◦ blue 152

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

Shades of New Midnight Blue #080698

Tints of New Midnight Blue #080698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

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

R = 4.82%
G = 3.61%
B = 91.57%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#080698 (or 0x080698) is known color: New Midnight Blue. HEX triplet: 08, 06 and 98. RGB value is (8,6,152). Sum of RGB (Red+Green+Blue) = 8+6+152=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 152 (59.77% from 255 or 91.57% from 166); Max value from RGB is 152 - color contains mainly: blue. Hex color #080698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080698 is #F7F967. Grayscale: #161616. Windows color (decimal): -16251240 or 9963016. OLE color: 9963016.

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

Color convert

RGB 8 6 152 -
CMYK 0.95 0.96 0 0.40
HSL 240.82º 0.92% 0.31% -
HSV(B) 240.82º 0.96% 0.6% -
XYZ 5.83 2.45 29.87 -
YUV 23.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 8 6 152 0.95 0.96 0 0.40 240.82 0.92 0.31
Hex 8 6 98 5F 60 0 28 F1 5C 1F
Octal 10 6 230 137 140 0 50 361 134 37
Binary 1000 110 10011000 1011111 1100000 0 101000 11110001 1011100 11111

Color Harmonies of #080698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080698

Black with #080698

Text Example


Text Example

White with #080698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080698; }

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

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

background-color css

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

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

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

border-color css

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

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

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