Html Css Color HEX #08099E New Midnight Blue

📋 copy color: '#08099E'

red 8 ◦ green 9 ◦ blue 158

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

Shades of New Midnight Blue #08099E

Tints of New Midnight Blue #08099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 158 (62.11% from 255) = 90.29%

R = 4.57%
G = 5.14%
B = 90.29%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08099E (or 0x08099E) is known color: New Midnight Blue. HEX triplet: 08, 09 and 9E. RGB value is (8,9,158). Sum of RGB (Red+Green+Blue) = 8+9+158=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #08099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08099E is #F7F661. Grayscale: #191919. Windows color (decimal): -16250466 or 10357000. OLE color: 10357000.

HSL color Cylindrical-coordinate representation of color #08099E: hue angle of 239.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08099E is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 9 158 -
CMYK 0.95 0.94 0 0.38
HSL 239.6º 0.9% 0.33% -
HSV(B) 239.6º 0.95% 0.62% -
XYZ 6.37 2.72 32.54 -
YUV 25.69 202.67 115.38 -
System Red Green Blue C M Y K H S L
Decimal 8 9 158 0.95 0.94 0 0.38 239.6 0.9 0.33
Hex 8 9 9E 5F 5E 0 26 F0 5A 21
Octal 10 11 236 137 136 0 46 360 132 41
Binary 1000 1001 10011110 1011111 1011110 0 100110 11110000 1011010 100001

Color Harmonies of #08099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08099E

Black with #08099E

Text Example


Text Example

White with #08099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08099E; }

 p { color: rgb(8,9,158); }

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

background-color css

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

 a { background-color: rgb(8,9,158); }

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

border-color css

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

 span { border-color: rgb(8,9,158); }

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