Html Css Color HEX #030D48 Midnight Express

📋 copy color: '#030D48'

red 3 ◦ green 13 ◦ blue 72

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

Shades of Midnight Express #030D48

Tints of Midnight Express #030D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

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

R = 3.41%
G = 14.77%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030D48 (or 0x030D48) is known color: Midnight Express. HEX triplet: 03, 0D and 48. RGB value is (3,13,72). Sum of RGB (Red+Green+Blue) = 3+13+72=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #030D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D48 is #FCF2B7. Grayscale: #101010. Windows color (decimal): -16577208 or 4721923. OLE color: 4721923.

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

Color convert

RGB 3 13 72 -
CMYK 0.96 0.82 0 0.72
HSL 231.3º 0.92% 0.15% -
HSV(B) 231.3º 0.96% 0.28% -
XYZ 1.35 0.78 6.21 -
YUV 16.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 3 13 72 0.96 0.82 0 0.72 231.3 0.92 0.15
Hex 3 D 48 60 52 0 48 E7 5C F
Octal 3 15 110 140 122 0 110 347 134 17
Binary 11 1101 1001000 1100000 1010010 0 1001000 11100111 1011100 1111

Color Harmonies of #030D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D48

Black with #030D48

Text Example


Text Example

White with #030D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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