Html Css Color HEX #13125E Midnight Blue

📋 copy color: '#13125E'

red 19 ◦ green 18 ◦ blue 94

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

Shades of Midnight Blue #13125E

Tints of Midnight Blue #13125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 94 (37.11% from 255) = 71.76%

R = 14.5%
G = 13.74%
B = 71.76%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13125E (or 0x13125E) is known color: Midnight Blue. HEX triplet: 13, 12 and 5E. RGB value is (19,18,94). Sum of RGB (Red+Green+Blue) = 19+18+94=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #13125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13125E is #ECEDA1. Grayscale: #1A1A1A. Windows color (decimal): -15527330 or 6165011. OLE color: 6165011.

HSL color Cylindrical-coordinate representation of color #13125E: hue angle of 240.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13125E is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 18 94 -
CMYK 0.80 0.81 0 0.63
HSL 240.79º 0.68% 0.22% -
HSV(B) 240.79º 0.81% 0.37% -
XYZ 2.51 1.38 10.72 -
YUV 26.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 19 18 94 0.80 0.81 0 0.63 240.79 0.68 0.22
Hex 13 12 5E 50 51 0 3F F1 44 16
Octal 23 22 136 120 121 0 77 361 104 26
Binary 10011 10010 1011110 1010000 1010001 0 111111 11110001 1000100 10110

Color Harmonies of #13125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13125E

Black with #13125E

Text Example


Text Example

White with #13125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,18,94); }

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

background-color css

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

 a { background-color: rgb(19,18,94); }

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

border-color css

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

 span { border-color: rgb(19,18,94); }

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