Html Css Color HEX #030E3C Midnight Express

📋 copy color: '#030E3C'

red 3 ◦ green 14 ◦ blue 60

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

Shades of Midnight Express #030E3C

Tints of Midnight Express #030E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 77.92%

R = 3.9%
G = 18.18%
B = 77.92%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#030E3C (or 0x030E3C) is known color: Midnight Express. HEX triplet: 03, 0E and 3C. RGB value is (3,14,60). Sum of RGB (Red+Green+Blue) = 3+14+60=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #030E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E3C is #FCF1C3. Grayscale: #0F0F0F. Windows color (decimal): -16576964 or 3935747. OLE color: 3935747.

HSL color Cylindrical-coordinate representation of color #030E3C: hue angle of 228.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030E3C is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 14 60 -
CMYK 0.95 0.77 0 0.76
HSL 228.42º 0.9% 0.12% -
HSV(B) 228.42º 0.95% 0.24% -
XYZ 1.01 0.66 4.35 -
YUV 15.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 3 14 60 0.95 0.77 0 0.76 228.42 0.9 0.12
Hex 3 E 3C 5F 4D 0 4C E4 5A C
Octal 3 16 74 137 115 0 114 344 132 14
Binary 11 1110 111100 1011111 1001101 0 1001100 11100100 1011010 1100

Color Harmonies of #030E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E3C

Black with #030E3C

Text Example


Text Example

White with #030E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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