Html Css Color HEX #030948 Midnight Express

📋 copy color: '#030948'

red 3 ◦ green 9 ◦ blue 72

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

Shades of Midnight Express #030948

Tints of Midnight Express #030948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

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

R = 3.57%
G = 10.71%
B = 85.71%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030948 (or 0x030948) is known color: Midnight Express. HEX triplet: 03, 09 and 48. RGB value is (3,9,72). Sum of RGB (Red+Green+Blue) = 3+9+72=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #030948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030948 is #FCF6B7. Grayscale: #0E0E0E. Windows color (decimal): -16578232 or 4720899. OLE color: 4720899.

HSL color Cylindrical-coordinate representation of color #030948: hue angle of 234.78º 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 #030948 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 9 72 -
CMYK 0.96 0.88 0 0.72
HSL 234.78º 0.92% 0.15% -
HSV(B) 234.78º 0.96% 0.28% -
XYZ 1.3 0.68 6.19 -
YUV 14.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 3 9 72 0.96 0.88 0 0.72 234.78 0.92 0.15
Hex 3 9 48 60 58 0 48 EB 5C F
Octal 3 11 110 140 130 0 110 353 134 17
Binary 11 1001 1001000 1100000 1011000 0 1001000 11101011 1011100 1111

Color Harmonies of #030948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030948

Black with #030948

Text Example


Text Example

White with #030948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030948; }

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

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

background-color css

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

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

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

border-color css

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

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

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