Html Css Color HEX #030A48 Midnight Express

📋 copy color: '#030A48'

red 3 ◦ green 10 ◦ blue 72

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

Shades of Midnight Express #030A48

Tints of Midnight Express #030A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.76%

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

R = 3.53%
G = 11.76%
B = 84.71%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030A48 (or 0x030A48) is known color: Midnight Express. HEX triplet: 03, 0A and 48. RGB value is (3,10,72). Sum of RGB (Red+Green+Blue) = 3+10+72=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #030A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A48 is #FCF5B7. Grayscale: #0E0E0E. Windows color (decimal): -16577976 or 4721155. OLE color: 4721155.

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

Color convert

RGB 3 10 72 -
CMYK 0.96 0.86 0 0.72
HSL 233.91º 0.92% 0.15% -
HSV(B) 233.91º 0.96% 0.28% -
XYZ 1.32 0.7 6.2 -
YUV 14.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 3 10 72 0.96 0.86 0 0.72 233.91 0.92 0.15
Hex 3 A 48 60 56 0 48 EA 5C F
Octal 3 12 110 140 126 0 110 352 134 17
Binary 11 1010 1001000 1100000 1010110 0 1001000 11101010 1011100 1111

Color Harmonies of #030A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A48

Black with #030A48

Text Example


Text Example

White with #030A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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