Html Css Color HEX #13223D Midnight Express

📋 copy color: '#13223D'

red 19 ◦ green 34 ◦ blue 61

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

Shades of Midnight Express #13223D

Tints of Midnight Express #13223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 16.67%
G = 29.82%
B = 53.51%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13223D (or 0x13223D) is known color: Midnight Express. HEX triplet: 13, 22 and 3D. RGB value is (19,34,61). Sum of RGB (Red+Green+Blue) = 19+34+61=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #13223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223D is #ECDDC2. Grayscale: #202020. Windows color (decimal): -15523267 or 4006419. OLE color: 4006419.

HSL color Cylindrical-coordinate representation of color #13223D: hue angle of 218.57º 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 #13223D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 34 61 -
CMYK 0.69 0.44 0 0.76
HSL 218.57º 0.53% 0.16% -
HSV(B) 218.57º 0.69% 0.24% -
XYZ 1.68 1.62 4.64 -
YUV 32.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 19 34 61 0.69 0.44 0 0.76 218.57 0.53 0.16
Hex 13 22 3D 45 2C 0 4C DB 34 10
Octal 23 42 75 105 54 0 114 333 64 20
Binary 10011 100010 111101 1000101 101100 0 1001100 11011011 110100 10000

Color Harmonies of #13223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13223D

Black with #13223D

Text Example


Text Example

White with #13223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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