Html Css Color HEX #13156E Midnight Blue

📋 copy color: '#13156E'

red 19 ◦ green 21 ◦ blue 110

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

Shades of Midnight Blue #13156E

Tints of Midnight Blue #13156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 110 (43.36% from 255) = 73.33%

R = 12.67%
G = 14%
B = 73.33%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13156E (or 0x13156E) is known color: Midnight Blue. HEX triplet: 13, 15 and 6E. RGB value is (19,21,110). Sum of RGB (Red+Green+Blue) = 19+21+110=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #13156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13156E is #ECEA91. Grayscale: #1E1E1E. Windows color (decimal): -15526546 or 7214355. OLE color: 7214355.

HSL color Cylindrical-coordinate representation of color #13156E: hue angle of 238.68º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13156E is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 21 110 -
CMYK 0.83 0.81 0 0.57
HSL 238.68º 0.71% 0.25% -
HSV(B) 238.68º 0.83% 0.43% -
XYZ 3.35 1.8 14.92 -
YUV 30.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 19 21 110 0.83 0.81 0 0.57 238.68 0.71 0.25
Hex 13 15 6E 53 51 0 39 EF 47 19
Octal 23 25 156 123 121 0 71 357 107 31
Binary 10011 10101 1101110 1010011 1010001 0 111001 11101111 1000111 11001

Color Harmonies of #13156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13156E

Black with #13156E

Text Example


Text Example

White with #13156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,21,110); }

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

background-color css

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

 a { background-color: rgb(19,21,110); }

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

border-color css

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

 span { border-color: rgb(19,21,110); }

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