Html Css Color HEX #03163A Midnight Express

📋 copy color: '#03163A'

red 3 ◦ green 22 ◦ blue 58

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

Shades of Midnight Express #03163A

Tints of Midnight Express #03163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.51%

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

R = 3.61%
G = 26.51%
B = 69.88%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03163A (or 0x03163A) is known color: Midnight Express. HEX triplet: 03, 16 and 3A. RGB value is (3,22,58). Sum of RGB (Red+Green+Blue) = 3+22+58=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 58 (23.05% from 255 or 69.88% from 83); Max value from RGB is 58 - color contains mainly: blue. Hex color #03163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03163A is #FCE9C5. Grayscale: #141414. Windows color (decimal): -16574918 or 3806723. OLE color: 3806723.

HSL color Cylindrical-coordinate representation of color #03163A: hue angle of 219.27º 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 #03163A is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 22 58 -
CMYK 0.95 0.62 0 0.77
HSL 219.27º 0.9% 0.12% -
HSV(B) 219.27º 0.95% 0.23% -
XYZ 1.09 0.9 4.12 -
YUV 20.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 3 22 58 0.95 0.62 0 0.77 219.27 0.9 0.12
Hex 3 16 3A 5F 3E 0 4D DB 5A C
Octal 3 26 72 137 76 0 115 333 132 14
Binary 11 10110 111010 1011111 111110 0 1001101 11011011 1011010 1100

Color Harmonies of #03163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03163A

Black with #03163A

Text Example


Text Example

White with #03163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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