Html Css Color HEX #08024E Midnight Blue

📋 copy color: '#08024E'

red 8 ◦ green 2 ◦ blue 78

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

Shades of Midnight Blue #08024E

Tints of Midnight Blue #08024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 88.64%

R = 9.09%
G = 2.27%
B = 88.64%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08024E (or 0x08024E) is known color: Midnight Blue. HEX triplet: 08, 02 and 4E. RGB value is (8,2,78). Sum of RGB (Red+Green+Blue) = 8+2+78=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #08024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08024E is #F7FDB1. Grayscale: #0C0C0C. Windows color (decimal): -16252338 or 5112328. OLE color: 5112328.

HSL color Cylindrical-coordinate representation of color #08024E: hue angle of 244.74º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08024E is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 2 78 -
CMYK 0.90 0.97 0 0.69
HSL 244.74º 0.95% 0.16% -
HSV(B) 244.74º 0.97% 0.31% -
XYZ 1.5 0.65 7.25 -
YUV 12.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 8 2 78 0.90 0.97 0 0.69 244.74 0.95 0.16
Hex 8 2 4E 5A 61 0 45 F5 5F 10
Octal 10 2 116 132 141 0 105 365 137 20
Binary 1000 10 1001110 1011010 1100001 0 1000101 11110101 1011111 10000

Color Harmonies of #08024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08024E

Black with #08024E

Text Example


Text Example

White with #08024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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