Html Css Color HEX #13187C Midnight Blue

📋 copy color: '#13187C'

red 19 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #13187C

Tints of Midnight Blue #13187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.37%

 BLUE value IS 124 (48.83% from 255) = 74.25%

R = 11.38%
G = 14.37%
B = 74.25%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13187C (or 0x13187C) is known color: Midnight Blue. HEX triplet: 13, 18 and 7C. RGB value is (19,24,124). Sum of RGB (Red+Green+Blue) = 19+24+124=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #13187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13187C is #ECE783. Grayscale: #212121. Windows color (decimal): -15525764 or 8132627. OLE color: 8132627.

HSL color Cylindrical-coordinate representation of color #13187C: hue angle of 237.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13187C is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 24 124 -
CMYK 0.85 0.81 0 0.51
HSL 237.14º 0.73% 0.28% -
HSV(B) 237.14º 0.85% 0.49% -
XYZ 4.23 2.25 19.28 -
YUV 33.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 19 24 124 0.85 0.81 0 0.51 237.14 0.73 0.28
Hex 13 18 7C 55 51 0 33 ED 49 1C
Octal 23 30 174 125 121 0 63 355 111 34
Binary 10011 11000 1111100 1010101 1010001 0 110011 11101101 1001001 11100

Color Harmonies of #13187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13187C

Black with #13187C

Text Example


Text Example

White with #13187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,24,124); }

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

background-color css

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

 a { background-color: rgb(19,24,124); }

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

border-color css

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

 span { border-color: rgb(19,24,124); }

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