Html Css Color HEX #13294E Midnight

📋 copy color: '#13294E'

red 19 ◦ green 41 ◦ blue 78

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

Shades of Midnight #13294E

Tints of Midnight #13294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

 BLUE value IS 78 (30.86% from 255) = 56.52%

R = 13.77%
G = 29.71%
B = 56.52%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13294E (or 0x13294E) is known color: Midnight. HEX triplet: 13, 29 and 4E. RGB value is (19,41,78). Sum of RGB (Red+Green+Blue) = 19+41+78=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #13294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13294E is #ECD6B1. Grayscale: #262626. Windows color (decimal): -15521458 or 5122323. OLE color: 5122323.

HSL color Cylindrical-coordinate representation of color #13294E: hue angle of 217.63º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13294E is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 41 78 -
CMYK 0.76 0.47 0 0.69
HSL 217.63º 0.61% 0.19% -
HSV(B) 217.63º 0.76% 0.31% -
XYZ 2.44 2.27 7.52 -
YUV 38.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 19 41 78 0.76 0.47 0 0.69 217.63 0.61 0.19
Hex 13 29 4E 4C 2F 0 45 DA 3D 13
Octal 23 51 116 114 57 0 105 332 75 23
Binary 10011 101001 1001110 1001100 101111 0 1000101 11011010 111101 10011

Color Harmonies of #13294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13294E

Black with #13294E

Text Example


Text Example

White with #13294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,41,78); }

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

background-color css

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

 a { background-color: rgb(19,41,78); }

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

border-color css

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

 span { border-color: rgb(19,41,78); }

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