Html Css Color HEX #13234A Midnight Express

📋 copy color: '#13234A'

red 19 ◦ green 35 ◦ blue 74

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

Shades of Midnight Express #13234A

Tints of Midnight Express #13234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 14.84%
G = 27.34%
B = 57.81%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13234A (or 0x13234A) is known color: Midnight Express. HEX triplet: 13, 23 and 4A. RGB value is (19,35,74). Sum of RGB (Red+Green+Blue) = 19+35+74=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #13234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13234A is #ECDCB5. Grayscale: #222222. Windows color (decimal): -15522998 or 4858643. OLE color: 4858643.

HSL color Cylindrical-coordinate representation of color #13234A: hue angle of 222.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13234A is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 35 74 -
CMYK 0.74 0.53 0 0.71
HSL 222.55º 0.59% 0.18% -
HSV(B) 222.55º 0.74% 0.29% -
XYZ 2.11 1.83 6.72 -
YUV 34.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 19 35 74 0.74 0.53 0 0.71 222.55 0.59 0.18
Hex 13 23 4A 4A 35 0 47 DF 3B 12
Octal 23 43 112 112 65 0 107 337 73 22
Binary 10011 100011 1001010 1001010 110101 0 1000111 11011111 111011 10010

Color Harmonies of #13234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13234A

Black with #13234A

Text Example


Text Example

White with #13234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13234A; }

 p { color: rgb(19,35,74); }

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

background-color css

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

 a { background-color: rgb(19,35,74); }

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

border-color css

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

 span { border-color: rgb(19,35,74); }

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