Html Css Color HEX #030249 Midnight Blue

📋 copy color: '#030249'

red 3 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #030249

Tints of Midnight Blue #030249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 93.59%

R = 3.85%
G = 2.56%
B = 93.59%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#030249 (or 0x030249) is known color: Midnight Blue. HEX triplet: 03, 02 and 49. RGB value is (3,2,73). Sum of RGB (Red+Green+Blue) = 3+2+73=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 73 (28.91% from 255 or 93.59% from 78); Max value from RGB is 73 - color contains mainly: blue. Hex color #030249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030249 is #FCFDB6. Grayscale: #0A0A0A. Windows color (decimal): -16580023 or 4784643. OLE color: 4784643.

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

Color convert

RGB 3 2 73 -
CMYK 0.96 0.97 0 0.71
HSL 240.85º 0.95% 0.15% -
HSV(B) 240.85º 0.97% 0.29% -
XYZ 1.26 0.54 6.34 -
YUV 10.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 3 2 73 0.96 0.97 0 0.71 240.85 0.95 0.15
Hex 3 2 49 60 61 0 47 F1 5F F
Octal 3 2 111 140 141 0 107 361 137 17
Binary 11 10 1001001 1100000 1100001 0 1000111 11110001 1011111 1111

Color Harmonies of #030249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030249

Black with #030249

Text Example


Text Example

White with #030249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030249; }

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

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

background-color css

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

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

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

border-color css

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

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

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