Html Css Color HEX #030B48 Midnight Express

📋 copy color: '#030B48'

red 3 ◦ green 11 ◦ blue 72

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

Shades of Midnight Express #030B48

Tints of Midnight Express #030B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.79%

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

R = 3.49%
G = 12.79%
B = 83.72%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#030B48 (or 0x030B48) is known color: Midnight Express. HEX triplet: 03, 0B and 48. RGB value is (3,11,72). Sum of RGB (Red+Green+Blue) = 3+11+72=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #030B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B48 is #FCF4B7. Grayscale: #0F0F0F. Windows color (decimal): -16577720 or 4721411. OLE color: 4721411.

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

Color convert

RGB 3 11 72 -
CMYK 0.96 0.85 0 0.72
HSL 233.04º 0.92% 0.15% -
HSV(B) 233.04º 0.96% 0.28% -
XYZ 1.33 0.73 6.2 -
YUV 15.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 3 11 72 0.96 0.85 0 0.72 233.04 0.92 0.15
Hex 3 B 48 60 55 0 48 E9 5C F
Octal 3 13 110 140 125 0 110 351 134 17
Binary 11 1011 1001000 1100000 1010101 0 1001000 11101001 1011100 1111

Color Harmonies of #030B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B48

Black with #030B48

Text Example


Text Example

White with #030B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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