Html Css Color HEX #030B47 Midnight Express

📋 copy color: '#030B47'

red 3 ◦ green 11 ◦ blue 71

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

Shades of Midnight Express #030B47

Tints of Midnight Express #030B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 83.53%

R = 3.53%
G = 12.94%
B = 83.53%

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

#030B47 (or 0x030B47) is known color: Midnight Express. HEX triplet: 03, 0B and 47. RGB value is (3,11,71). Sum of RGB (Red+Green+Blue) = 3+11+71=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #030B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B47 is #FCF4B8. Grayscale: #0F0F0F. Windows color (decimal): -16577721 or 4655875. OLE color: 4655875.

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

Color convert

RGB 3 11 71 -
CMYK 0.96 0.85 0 0.72
HSL 232.94º 0.92% 0.15% -
HSV(B) 232.94º 0.96% 0.28% -
XYZ 1.29 0.71 6.03 -
YUV 15.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 3 11 71 0.96 0.85 0 0.72 232.94 0.92 0.15
Hex 3 B 47 60 55 0 48 E9 5C F
Octal 3 13 107 140 125 0 110 351 134 17
Binary 11 1011 1000111 1100000 1010101 0 1001000 11101001 1011100 1111

Color Harmonies of #030B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B47

Black with #030B47

Text Example


Text Example

White with #030B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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