Html Css Color HEX #13184B Midnight Express

📋 copy color: '#13184B'

red 19 ◦ green 24 ◦ blue 75

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

Shades of Midnight Express #13184B

Tints of Midnight Express #13184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

 BLUE value IS 75 (29.69% from 255) = 63.56%

R = 16.1%
G = 20.34%
B = 63.56%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13184B (or 0x13184B) is known color: Midnight Express. HEX triplet: 13, 18 and 4B. RGB value is (19,24,75). Sum of RGB (Red+Green+Blue) = 19+24+75=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #13184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13184B is #ECE7B4. Grayscale: #1C1C1C. Windows color (decimal): -15525813 or 4921363. OLE color: 4921363.

HSL color Cylindrical-coordinate representation of color #13184B: hue angle of 234.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13184B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 24 75 -
CMYK 0.75 0.68 0 0.71
HSL 234.64º 0.6% 0.18% -
HSV(B) 234.64º 0.75% 0.29% -
XYZ 1.87 1.3 6.81 -
YUV 28.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 19 24 75 0.75 0.68 0 0.71 234.64 0.6 0.18
Hex 13 18 4B 4B 44 0 47 EB 3C 12
Octal 23 30 113 113 104 0 107 353 74 22
Binary 10011 11000 1001011 1001011 1000100 0 1000111 11101011 111100 10010

Color Harmonies of #13184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13184B

Black with #13184B

Text Example


Text Example

White with #13184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13184B; }

 p { color: rgb(19,24,75); }

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

background-color css

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

 a { background-color: rgb(19,24,75); }

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

border-color css

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

 span { border-color: rgb(19,24,75); }

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