Html Css Color HEX #031138 Midnight Express

📋 copy color: '#031138'

red 3 ◦ green 17 ◦ blue 56

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

Shades of Midnight Express #031138

Tints of Midnight Express #031138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

 BLUE value IS 56 (22.27% from 255) = 73.68%

R = 3.95%
G = 22.37%
B = 73.68%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031138 (or 0x031138) is known color: Midnight Express. HEX triplet: 03, 11 and 38. RGB value is (3,17,56). Sum of RGB (Red+Green+Blue) = 3+17+56=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #031138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031138 is #FCEEC7. Grayscale: #111111. Windows color (decimal): -16576200 or 3674371. OLE color: 3674371.

HSL color Cylindrical-coordinate representation of color #031138: hue angle of 224.15º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031138 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 17 56 -
CMYK 0.95 0.70 0 0.78
HSL 224.15º 0.9% 0.12% -
HSV(B) 224.15º 0.95% 0.22% -
XYZ 0.95 0.71 3.83 -
YUV 17.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 3 17 56 0.95 0.70 0 0.78 224.15 0.9 0.12
Hex 3 11 38 5F 46 0 4E E0 5A C
Octal 3 21 70 137 106 0 116 340 132 14
Binary 11 10001 111000 1011111 1000110 0 1001110 11100000 1011010 1100

Color Harmonies of #031138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031138

Black with #031138

Text Example


Text Example

White with #031138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031138; }

 p { color: rgb(3,17,56); }

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

background-color css

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

 a { background-color: rgb(3,17,56); }

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

border-color css

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

 span { border-color: rgb(3,17,56); }

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