Html Css Color HEX #03193F Midnight Express

📋 copy color: '#03193F'

red 3 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #03193F

Tints of Midnight Express #03193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

 BLUE value IS 63 (25% from 255) = 69.23%

R = 3.3%
G = 27.47%
B = 69.23%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03193F (or 0x03193F) is known color: Midnight Express. HEX triplet: 03, 19 and 3F. RGB value is (3,25,63). Sum of RGB (Red+Green+Blue) = 3+25+63=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #03193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193F is #FCE6C0. Grayscale: #161616. Windows color (decimal): -16574145 or 4135171. OLE color: 4135171.

HSL color Cylindrical-coordinate representation of color #03193F: hue angle of 218º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03193F is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 25 63 -
CMYK 0.95 0.60 0 0.75
HSL 218º 0.91% 0.13% -
HSV(B) 218º 0.95% 0.25% -
XYZ 1.28 1.07 4.84 -
YUV 22.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 3 25 63 0.95 0.60 0 0.75 218 0.91 0.13
Hex 3 19 3F 5F 3C 0 4B DA 5B D
Octal 3 31 77 137 74 0 113 332 133 15
Binary 11 11001 111111 1011111 111100 0 1001011 11011010 1011011 1101

Color Harmonies of #03193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03193F

Black with #03193F

Text Example


Text Example

White with #03193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03193F; }

 p { color: rgb(3,25,63); }

 H1.HeaderClassName
 {
   color: #03193F;
 }
 .AnyTagClassName
 {
   color: #03193F;
 }
</style>

background-color css

<style>
 a { background-color: #03193F; }

 a { background-color: rgb(3,25,63); }

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

border-color css

<style>
 span { border-color: #03193F; }

 span { border-color: rgb(3,25,63); }

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