Html Css Color HEX #03103A Midnight Express

📋 copy color: '#03103A'

red 3 ◦ green 16 ◦ blue 58

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

Shades of Midnight Express #03103A

Tints of Midnight Express #03103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

 BLUE value IS 58 (23.05% from 255) = 75.32%

R = 3.9%
G = 20.78%
B = 75.32%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03103A (or 0x03103A) is known color: Midnight Express. HEX triplet: 03, 10 and 3A. RGB value is (3,16,58). Sum of RGB (Red+Green+Blue) = 3+16+58=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #03103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03103A is #FCEFC5. Grayscale: #101010. Windows color (decimal): -16576454 or 3805187. OLE color: 3805187.

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

Color convert

RGB 3 16 58 -
CMYK 0.95 0.72 0 0.77
HSL 225.82º 0.9% 0.12% -
HSV(B) 225.82º 0.95% 0.23% -
XYZ 0.99 0.7 4.09 -
YUV 16.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 3 16 58 0.95 0.72 0 0.77 225.82 0.9 0.12
Hex 3 10 3A 5F 48 0 4D E2 5A C
Octal 3 20 72 137 110 0 115 342 132 14
Binary 11 10000 111010 1011111 1001000 0 1001101 11100010 1011010 1100

Color Harmonies of #03103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03103A

Black with #03103A

Text Example


Text Example

White with #03103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03103A; }

 p { color: rgb(3,16,58); }

 H1.HeaderClassName
 {
   color: #03103A;
 }
 .AnyTagClassName
 {
   color: #03103A;
 }
</style>

background-color css

<style>
 a { background-color: #03103A; }

 a { background-color: rgb(3,16,58); }

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

border-color css

<style>
 span { border-color: #03103A; }

 span { border-color: rgb(3,16,58); }

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