Html Css Color HEX #13223E Midnight Express

📋 copy color: '#13223E'

red 19 ◦ green 34 ◦ blue 62

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

Shades of Midnight Express #13223E

Tints of Midnight Express #13223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 53.91%

R = 16.52%
G = 29.57%
B = 53.91%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13223E (or 0x13223E) is known color: Midnight Express. HEX triplet: 13, 22 and 3E. RGB value is (19,34,62). Sum of RGB (Red+Green+Blue) = 19+34+62=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #13223E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13223E is #ECDDC1. Grayscale: #202020. Windows color (decimal): -15523266 or 4071955. OLE color: 4071955.

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

Color convert

RGB 19 34 62 -
CMYK 0.69 0.45 0 0.76
HSL 219.07º 0.53% 0.16% -
HSV(B) 219.07º 0.69% 0.24% -
XYZ 1.71 1.63 4.78 -
YUV 32.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 19 34 62 0.69 0.45 0 0.76 219.07 0.53 0.16
Hex 13 22 3E 45 2D 0 4C DB 35 10
Octal 23 42 76 105 55 0 114 333 65 20
Binary 10011 100010 111110 1000101 101101 0 1001100 11011011 110101 10000

Color Harmonies of #13223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13223E

Black with #13223E

Text Example


Text Example

White with #13223E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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