Html Css Color HEX #030048 Midnight Blue

📋 copy color: '#030048'

red 3 ◦ green 0 ◦ blue 72

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

Shades of Midnight Blue #030048

Tints of Midnight Blue #030048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4%
G = 0%
B = 96%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030048 (or 0x030048) is known color: Midnight Blue. HEX triplet: 03, 00 and 48. RGB value is (3,0,72). Sum of RGB (Red+Green+Blue) = 3+0+72=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #030048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030048 is #FCFFB7. Grayscale: #080808. Windows color (decimal): -16580536 or 4718595. OLE color: 4718595.

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

Color convert

RGB 3 0 72 -
CMYK 0.96 1 0 0.72
HSL 242.5º 1% 0.14% -
HSV(B) 242.5º 1% 0.28% -
XYZ 1.21 0.49 6.16 -
YUV 9.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 3 0 72 0.96 1 0 0.72 242.5 1 0.14
Hex 3 0 48 60 64 0 48 F2 64 E
Octal 3 0 110 140 144 0 110 362 144 16
Binary 11 0 1001000 1100000 1100100 0 1001000 11110010 1100100 1110

Color Harmonies of #030048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030048

Black with #030048

Text Example


Text Example

White with #030048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030048; }

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

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

background-color css

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

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

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

border-color css

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

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

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