Html Css Color HEX #03024D Midnight Blue

📋 copy color: '#03024D'

red 3 ◦ green 2 ◦ blue 77

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

Shades of Midnight Blue #03024D

Tints of Midnight Blue #03024D

RGB

 RED value IS 3 (1.56% from 255) = 3.66%

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

 BLUE value IS 77 (30.47% from 255) = 93.9%

R = 3.66%
G = 2.44%
B = 93.9%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03024D (or 0x03024D) is known color: Midnight Blue. HEX triplet: 03, 02 and 4D. RGB value is (3,2,77). Sum of RGB (Red+Green+Blue) = 3+2+77=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #03024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03024D is #FCFDB2. Grayscale: #0A0A0A. Windows color (decimal): -16580019 or 5046787. OLE color: 5046787.

HSL color Cylindrical-coordinate representation of color #03024D: hue angle of 240.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03024D is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 2 77 -
CMYK 0.96 0.97 0 0.70
HSL 240.8º 0.95% 0.15% -
HSV(B) 240.8º 0.97% 0.3% -
XYZ 1.4 0.6 7.06 -
YUV 10.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 3 2 77 0.96 0.97 0 0.70 240.8 0.95 0.15
Hex 3 2 4D 60 61 0 46 F1 5F F
Octal 3 2 115 140 141 0 106 361 137 17
Binary 11 10 1001101 1100000 1100001 0 1000110 11110001 1011111 1111

Color Harmonies of #03024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03024D

Black with #03024D

Text Example


Text Example

White with #03024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03024D; }

 p { color: rgb(3,2,77); }

 H1.HeaderClassName
 {
   color: #03024D;
 }
 .AnyTagClassName
 {
   color: #03024D;
 }
</style>

background-color css

<style>
 a { background-color: #03024D; }

 a { background-color: rgb(3,2,77); }

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

border-color css

<style>
 span { border-color: #03024D; }

 span { border-color: rgb(3,2,77); }

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