Html Css Color HEX #13183D Midnight Express

📋 copy color: '#13183D'

red 19 ◦ green 24 ◦ blue 61

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

Shades of Midnight Express #13183D

Tints of Midnight Express #13183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 58.65%

R = 18.27%
G = 23.08%
B = 58.65%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13183D (or 0x13183D) is known color: Midnight Express. HEX triplet: 13, 18 and 3D. RGB value is (19,24,61). Sum of RGB (Red+Green+Blue) = 19+24+61=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #13183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13183D is #ECE7C2. Grayscale: #1A1A1A. Windows color (decimal): -15525827 or 4003859. OLE color: 4003859.

HSL color Cylindrical-coordinate representation of color #13183D: hue angle of 232.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13183D is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 24 61 -
CMYK 0.69 0.61 0 0.76
HSL 232.86º 0.53% 0.16% -
HSV(B) 232.86º 0.69% 0.24% -
XYZ 1.44 1.13 4.56 -
YUV 26.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 19 24 61 0.69 0.61 0 0.76 232.86 0.53 0.16
Hex 13 18 3D 45 3D 0 4C E9 34 10
Octal 23 30 75 105 75 0 114 351 64 20
Binary 10011 11000 111101 1000101 111101 0 1001100 11101001 110100 10000

Color Harmonies of #13183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13183D

Black with #13183D

Text Example


Text Example

White with #13183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13183D; }

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

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

background-color css

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

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

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

border-color css

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

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

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