Html Css Color HEX #030E30 Midnight Express

📋 copy color: '#030E30'

red 3 ◦ green 14 ◦ blue 48

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

Shades of Midnight Express #030E30

Tints of Midnight Express #030E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 73.85%

R = 4.62%
G = 21.54%
B = 73.85%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#030E30 (or 0x030E30) is known color: Midnight Express. HEX triplet: 03, 0E and 30. RGB value is (3,14,48). Sum of RGB (Red+Green+Blue) = 3+14+48=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #030E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E30 is #FCF1CF. Grayscale: #0E0E0E. Windows color (decimal): -16576976 or 3149315. OLE color: 3149315.

HSL color Cylindrical-coordinate representation of color #030E30: hue angle of 225.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030E30 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 14 48 -
CMYK 0.94 0.71 0 0.81
HSL 225.33º 0.88% 0.1% -
HSV(B) 225.33º 0.94% 0.19% -
XYZ 0.73 0.55 2.86 -
YUV 14.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 3 14 48 0.94 0.71 0 0.81 225.33 0.88 0.1
Hex 3 E 30 5E 47 0 51 E1 58 A
Octal 3 16 60 136 107 0 121 341 130 12
Binary 11 1110 110000 1011110 1000111 0 1010001 11100001 1011000 1010

Color Harmonies of #030E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E30

Black with #030E30

Text Example


Text Example

White with #030E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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