Html Css Color HEX #030E46 Midnight Express

📋 copy color: '#030E46'

red 3 ◦ green 14 ◦ blue 70

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

Shades of Midnight Express #030E46

Tints of Midnight Express #030E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.09%

 BLUE value IS 70 (27.73% from 255) = 80.46%

R = 3.45%
G = 16.09%
B = 80.46%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#030E46 (or 0x030E46) is known color: Midnight Express. HEX triplet: 03, 0E and 46. RGB value is (3,14,70). Sum of RGB (Red+Green+Blue) = 3+14+70=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #030E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E46 is #FCF1B9. Grayscale: #101010. Windows color (decimal): -16576954 or 4591107. OLE color: 4591107.

HSL color Cylindrical-coordinate representation of color #030E46: hue angle of 230.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E46 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 14 70 -
CMYK 0.96 0.80 0 0.73
HSL 230.15º 0.92% 0.14% -
HSV(B) 230.15º 0.96% 0.27% -
XYZ 1.3 0.78 5.88 -
YUV 17.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 3 14 70 0.96 0.80 0 0.73 230.15 0.92 0.14
Hex 3 E 46 60 50 0 49 E6 5C E
Octal 3 16 106 140 120 0 111 346 134 16
Binary 11 1110 1000110 1100000 1010000 0 1001001 11100110 1011100 1110

Color Harmonies of #030E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E46

Black with #030E46

Text Example


Text Example

White with #030E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,14,70); }

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

background-color css

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

 a { background-color: rgb(3,14,70); }

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

border-color css

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

 span { border-color: rgb(3,14,70); }

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