Html Css Color HEX #08029E New Midnight Blue

📋 copy color: '#08029E'

red 8 ◦ green 2 ◦ blue 158

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

Shades of New Midnight Blue #08029E

Tints of New Midnight Blue #08029E

RGB

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

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

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

R = 4.76%
G = 1.19%
B = 94.05%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08029E (or 0x08029E) is known color: New Midnight Blue. HEX triplet: 08, 02 and 9E. RGB value is (8,2,158). Sum of RGB (Red+Green+Blue) = 8+2+158=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 158 (62.11% from 255 or 94.05% from 168); Max value from RGB is 158 - color contains mainly: blue. Hex color #08029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08029E is #F7FD61. Grayscale: #141414. Windows color (decimal): -16252258 or 10355208. OLE color: 10355208.

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

Color convert

RGB 8 2 158 -
CMYK 0.95 0.99 0 0.38
HSL 242.31º 0.98% 0.31% -
HSV(B) 242.31º 0.99% 0.62% -
XYZ 6.29 2.56 32.51 -
YUV 21.58 204.99 118.32 -
System Red Green Blue C M Y K H S L
Decimal 8 2 158 0.95 0.99 0 0.38 242.31 0.98 0.31
Hex 8 2 9E 5F 63 0 26 F2 62 1F
Octal 10 2 236 137 143 0 46 362 142 37
Binary 1000 10 10011110 1011111 1100011 0 100110 11110010 1100010 11111

Color Harmonies of #08029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08029E

Black with #08029E

Text Example


Text Example

White with #08029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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