Html Css Color HEX #030548 Midnight Express

📋 copy color: '#030548'

red 3 ◦ green 5 ◦ blue 72

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

Shades of Midnight Express #030548

Tints of Midnight Express #030548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

 BLUE value IS 72 (28.52% from 255) = 90%

R = 3.75%
G = 6.25%
B = 90%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030548 (or 0x030548) is known color: Midnight Express. HEX triplet: 03, 05 and 48. RGB value is (3,5,72). Sum of RGB (Red+Green+Blue) = 3+5+72=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #030548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030548 is #FCFAB7. Grayscale: #0B0B0B. Windows color (decimal): -16579256 or 4719875. OLE color: 4719875.

HSL color Cylindrical-coordinate representation of color #030548: hue angle of 238.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030548 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 5 72 -
CMYK 0.96 0.93 0 0.72
HSL 238.26º 0.92% 0.15% -
HSV(B) 238.26º 0.96% 0.28% -
XYZ 1.26 0.6 6.18 -
YUV 12.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 3 5 72 0.96 0.93 0 0.72 238.26 0.92 0.15
Hex 3 5 48 60 5D 0 48 EE 5C F
Octal 3 5 110 140 135 0 110 356 134 17
Binary 11 101 1001000 1100000 1011101 0 1001000 11101110 1011100 1111

Color Harmonies of #030548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030548

Black with #030548

Text Example


Text Example

White with #030548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030548; }

 p { color: rgb(3,5,72); }

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

background-color css

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

 a { background-color: rgb(3,5,72); }

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

border-color css

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

 span { border-color: rgb(3,5,72); }

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