Html Css Color HEX #131C43 Midnight Express

📋 copy color: '#131C43'

red 19 ◦ green 28 ◦ blue 67

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

Shades of Midnight Express #131C43

Tints of Midnight Express #131C43

RGB

 RED value IS 19 (7.81% from 255) = 16.67%

 GREEN value IS 28 (11.33% from 255) = 24.56%

 BLUE value IS 67 (26.56% from 255) = 58.77%

R = 16.67%
G = 24.56%
B = 58.77%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131C43 (or 0x131C43) is known color: Midnight Express. HEX triplet: 13, 1C and 43. RGB value is (19,28,67). Sum of RGB (Red+Green+Blue) = 19+28+67=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #131C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C43 is #ECE3BC. Grayscale: #1D1D1D. Windows color (decimal): -15524797 or 4398099. OLE color: 4398099.

HSL color Cylindrical-coordinate representation of color #131C43: hue angle of 228.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131C43 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 28 67 -
CMYK 0.72 0.58 0 0.74
HSL 228.75º 0.56% 0.17% -
HSV(B) 228.75º 0.72% 0.26% -
XYZ 1.7 1.37 5.49 -
YUV 29.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 19 28 67 0.72 0.58 0 0.74 228.75 0.56 0.17
Hex 13 1C 43 48 3A 0 4A E5 38 11
Octal 23 34 103 110 72 0 112 345 70 21
Binary 10011 11100 1000011 1001000 111010 0 1001010 11100101 111000 10001

Color Harmonies of #131C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C43

Black with #131C43

Text Example


Text Example

White with #131C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131C43; }

 p { color: rgb(19,28,67); }

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

background-color css

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

 a { background-color: rgb(19,28,67); }

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

border-color css

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

 span { border-color: rgb(19,28,67); }

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