Html Css Color HEX #03153A Midnight Express

📋 copy color: '#03153A'

red 3 ◦ green 21 ◦ blue 58

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

Shades of Midnight Express #03153A

Tints of Midnight Express #03153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 3.66%
G = 25.61%
B = 70.73%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03153A (or 0x03153A) is known color: Midnight Express. HEX triplet: 03, 15 and 3A. RGB value is (3,21,58). Sum of RGB (Red+Green+Blue) = 3+21+58=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #03153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03153A is #FCEAC5. Grayscale: #131313. Windows color (decimal): -16575174 or 3806467. OLE color: 3806467.

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

Color convert

RGB 3 21 58 -
CMYK 0.95 0.64 0 0.77
HSL 220.36º 0.9% 0.12% -
HSV(B) 220.36º 0.95% 0.23% -
XYZ 1.07 0.86 4.11 -
YUV 19.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 3 21 58 0.95 0.64 0 0.77 220.36 0.9 0.12
Hex 3 15 3A 5F 40 0 4D DC 5A C
Octal 3 25 72 137 100 0 115 334 132 14
Binary 11 10101 111010 1011111 1000000 0 1001101 11011100 1011010 1100

Color Harmonies of #03153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03153A

Black with #03153A

Text Example


Text Example

White with #03153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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