Html Css Color HEX #031246 Midnight Express

📋 copy color: '#031246'

red 3 ◦ green 18 ◦ blue 70

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

Shades of Midnight Express #031246

Tints of Midnight Express #031246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 70 (27.73% from 255) = 76.92%

R = 3.3%
G = 19.78%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031246 (or 0x031246) is known color: Midnight Express. HEX triplet: 03, 12 and 46. RGB value is (3,18,70). Sum of RGB (Red+Green+Blue) = 3+18+70=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #031246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031246 is #FCEDB9. Grayscale: #131313. Windows color (decimal): -16575930 or 4592131. OLE color: 4592131.

HSL color Cylindrical-coordinate representation of color #031246: hue angle of 226.57º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031246 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 18 70 -
CMYK 0.96 0.74 0 0.73
HSL 226.57º 0.92% 0.14% -
HSV(B) 226.57º 0.96% 0.27% -
XYZ 1.36 0.89 5.9 -
YUV 19.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 3 18 70 0.96 0.74 0 0.73 226.57 0.92 0.14
Hex 3 12 46 60 4A 0 49 E3 5C E
Octal 3 22 106 140 112 0 111 343 134 16
Binary 11 10010 1000110 1100000 1001010 0 1001001 11100011 1011100 1110

Color Harmonies of #031246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031246

Black with #031246

Text Example


Text Example

White with #031246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031246; }

 p { color: rgb(3,18,70); }

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

background-color css

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

 a { background-color: rgb(3,18,70); }

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

border-color css

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

 span { border-color: rgb(3,18,70); }

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