Html Css Color HEX #13123C Midnight Express

📋 copy color: '#13123C'

red 19 ◦ green 18 ◦ blue 60

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

Shades of Midnight Express #13123C

Tints of Midnight Express #13123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 61.86%

R = 19.59%
G = 18.56%
B = 61.86%

CMYK

 C value IS 0.68

 M value IS 0.7

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13123C (or 0x13123C) is known color: Midnight Express. HEX triplet: 13, 12 and 3C. RGB value is (19,18,60). Sum of RGB (Red+Green+Blue) = 19+18+60=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #13123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13123C is #ECEDC3. Grayscale: #161616. Windows color (decimal): -15527364 or 3936787. OLE color: 3936787.

HSL color Cylindrical-coordinate representation of color #13123C: hue angle of 241.43º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13123C is Cyan = 0.68, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 18 60 -
CMYK 0.68 0.7 0 0.76
HSL 241.43º 0.54% 0.15% -
HSV(B) 241.43º 0.7% 0.24% -
XYZ 1.3 0.9 4.38 -
YUV 23.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 19 18 60 0.68 0.7 0 0.76 241.43 0.54 0.15
Hex 13 12 3C 44 46 0 4C F1 36 F
Octal 23 22 74 104 106 0 114 361 66 17
Binary 10011 10010 111100 1000100 1000110 0 1001100 11110001 110110 1111

Color Harmonies of #13123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13123C

Black with #13123C

Text Example


Text Example

White with #13123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13123C; }

 p { color: rgb(19,18,60); }

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

background-color css

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

 a { background-color: rgb(19,18,60); }

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

border-color css

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

 span { border-color: rgb(19,18,60); }

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