Html Css Color HEX #08019E New Midnight Blue

📋 copy color: '#08019E'

red 8 ◦ green 1 ◦ blue 158

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

Shades of New Midnight Blue #08019E

Tints of New Midnight Blue #08019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 4.79%
G = 0.6%
B = 94.61%

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

#08019E (or 0x08019E) is known color: New Midnight Blue. HEX triplet: 08, 01 and 9E. RGB value is (8,1,158). Sum of RGB (Red+Green+Blue) = 8+1+158=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 158 (62.11% from 255 or 94.61% from 167); Max value from RGB is 158 - color contains mainly: blue. Hex color #08019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08019E is #F7FE61. Grayscale: #141414. Windows color (decimal): -16252514 or 10354952. OLE color: 10354952.

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

Color convert

RGB 8 1 158 -
CMYK 0.95 0.99 0 0.38
HSL 242.68º 0.99% 0.31% -
HSV(B) 242.68º 0.99% 0.62% -
XYZ 6.28 2.54 32.51 -
YUV 20.99 205.32 118.73 -
System Red Green Blue C M Y K H S L
Decimal 8 1 158 0.95 0.99 0 0.38 242.68 0.99 0.31
Hex 8 1 9E 5F 63 0 26 F3 63 1F
Octal 10 1 236 137 143 0 46 363 143 37
Binary 1000 1 10011110 1011111 1100011 0 100110 11110011 1100011 11111

Color Harmonies of #08019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08019E

Black with #08019E

Text Example


Text Example

White with #08019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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