Html Css Color HEX #08019A New Midnight Blue

📋 copy color: '#08019A'

red 8 ◦ green 1 ◦ blue 154

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

Shades of New Midnight Blue #08019A

Tints of New Midnight Blue #08019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 94.48%

R = 4.91%
G = 0.61%
B = 94.48%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08019A (or 0x08019A) is known color: New Midnight Blue. HEX triplet: 08, 01 and 9A. RGB value is (8,1,154). Sum of RGB (Red+Green+Blue) = 8+1+154=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 154 (60.55% from 255 or 94.48% from 163); Max value from RGB is 154 - color contains mainly: blue. Hex color #08019A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08019A is #F7FE65. Grayscale: #131313. Windows color (decimal): -16252518 or 10092808. OLE color: 10092808.

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

Color convert

RGB 8 1 154 -
CMYK 0.95 0.99 0 0.40
HSL 242.75º 0.99% 0.3% -
HSV(B) 242.75º 0.99% 0.6% -
XYZ 5.94 2.41 30.72 -
YUV 20.54 203.32 119.06 -
System Red Green Blue C M Y K H S L
Decimal 8 1 154 0.95 0.99 0 0.40 242.75 0.99 0.3
Hex 8 1 9A 5F 63 0 28 F3 63 1E
Octal 10 1 232 137 143 0 50 363 143 36
Binary 1000 1 10011010 1011111 1100011 0 101000 11110011 1100011 11110

Color Harmonies of #08019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08019A

Black with #08019A

Text Example


Text Example

White with #08019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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