Html Css Color HEX #13257C Midnight Blue

📋 copy color: '#13257C'

red 19 ◦ green 37 ◦ blue 124

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

Shades of Midnight Blue #13257C

Tints of Midnight Blue #13257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 10.56%
G = 20.56%
B = 68.89%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13257C (or 0x13257C) is known color: Midnight Blue. HEX triplet: 13, 25 and 7C. RGB value is (19,37,124). Sum of RGB (Red+Green+Blue) = 19+37+124=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #13257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13257C is #ECDA83. Grayscale: #292929. Windows color (decimal): -15522436 or 8135955. OLE color: 8135955.

HSL color Cylindrical-coordinate representation of color #13257C: hue angle of 229.71º 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 #13257C is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 37 124 -
CMYK 0.85 0.70 0 0.51
HSL 229.71º 0.73% 0.28% -
HSV(B) 229.71º 0.85% 0.49% -
XYZ 4.57 2.92 19.39 -
YUV 41.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 19 37 124 0.85 0.70 0 0.51 229.71 0.73 0.28
Hex 13 25 7C 55 46 0 33 E6 49 1C
Octal 23 45 174 125 106 0 63 346 111 34
Binary 10011 100101 1111100 1010101 1000110 0 110011 11100110 1001001 11100

Color Harmonies of #13257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13257C

Black with #13257C

Text Example


Text Example

White with #13257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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