Html Css Color HEX #13294C Midnight

📋 copy color: '#13294C'

red 19 ◦ green 41 ◦ blue 76

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

Shades of Midnight #13294C

Tints of Midnight #13294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.88%

R = 13.97%
G = 30.15%
B = 55.88%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13294C (or 0x13294C) is known color: Midnight. HEX triplet: 13, 29 and 4C. RGB value is (19,41,76). Sum of RGB (Red+Green+Blue) = 19+41+76=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #13294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13294C is #ECD6B3. Grayscale: #262626. Windows color (decimal): -15521460 or 4991251. OLE color: 4991251.

HSL color Cylindrical-coordinate representation of color #13294C: hue angle of 216.84º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13294C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 41 76 -
CMYK 0.75 0.46 0 0.70
HSL 216.84º 0.6% 0.19% -
HSV(B) 216.84º 0.75% 0.3% -
XYZ 2.37 2.25 7.15 -
YUV 38.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 19 41 76 0.75 0.46 0 0.70 216.84 0.6 0.19
Hex 13 29 4C 4B 2E 0 46 D9 3C 13
Octal 23 51 114 113 56 0 106 331 74 23
Binary 10011 101001 1001100 1001011 101110 0 1000110 11011001 111100 10011

Color Harmonies of #13294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13294C

Black with #13294C

Text Example


Text Example

White with #13294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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