Html Css Color HEX #08019C New Midnight Blue

📋 copy color: '#08019C'

red 8 ◦ green 1 ◦ blue 156

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

Shades of New Midnight Blue #08019C

Tints of New Midnight Blue #08019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 94.55%

R = 4.85%
G = 0.61%
B = 94.55%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08019C (or 0x08019C) is known color: New Midnight Blue. HEX triplet: 08, 01 and 9C. RGB value is (8,1,156). Sum of RGB (Red+Green+Blue) = 8+1+156=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 156 (61.33% from 255 or 94.55% from 165); Max value from RGB is 156 - color contains mainly: blue. Hex color #08019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08019C is #F7FE63. Grayscale: #141414. Windows color (decimal): -16252516 or 10223880. OLE color: 10223880.

HSL color Cylindrical-coordinate representation of color #08019C: hue angle of 242.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08019C is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 1 156 -
CMYK 0.95 0.99 0 0.39
HSL 242.71º 0.99% 0.31% -
HSV(B) 242.71º 0.99% 0.61% -
XYZ 6.11 2.47 31.61 -
YUV 20.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 8 1 156 0.95 0.99 0 0.39 242.71 0.99 0.31
Hex 8 1 9C 5F 63 0 27 F3 63 1F
Octal 10 1 234 137 143 0 47 363 143 37
Binary 1000 1 10011100 1011111 1100011 0 100111 11110011 1100011 11111

Color Harmonies of #08019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08019C

Black with #08019C

Text Example


Text Example

White with #08019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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