Html Css Color HEX #13195B Midnight Blue

📋 copy color: '#13195B'

red 19 ◦ green 25 ◦ blue 91

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

Shades of Midnight Blue #13195B

Tints of Midnight Blue #13195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 91 (35.94% from 255) = 67.41%

R = 14.07%
G = 18.52%
B = 67.41%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13195B (or 0x13195B) is known color: Midnight Blue. HEX triplet: 13, 19 and 5B. RGB value is (19,25,91). Sum of RGB (Red+Green+Blue) = 19+25+91=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #13195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13195B is #ECE6A4. Grayscale: #1E1E1E. Windows color (decimal): -15525541 or 5970195. OLE color: 5970195.

HSL color Cylindrical-coordinate representation of color #13195B: hue angle of 235º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13195B is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 25 91 -
CMYK 0.79 0.73 0 0.64
HSL 235º 0.65% 0.22% -
HSV(B) 235º 0.79% 0.36% -
XYZ 2.5 1.59 10.07 -
YUV 30.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 19 25 91 0.79 0.73 0 0.64 235 0.65 0.22
Hex 13 19 5B 4F 49 0 40 EB 41 16
Octal 23 31 133 117 111 0 100 353 101 26
Binary 10011 11001 1011011 1001111 1001001 0 1000000 11101011 1000001 10110

Color Harmonies of #13195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13195B

Black with #13195B

Text Example


Text Example

White with #13195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13195B; }

 p { color: rgb(19,25,91); }

 H1.HeaderClassName
 {
   color: #13195B;
 }
 .AnyTagClassName
 {
   color: #13195B;
 }
</style>

background-color css

<style>
 a { background-color: #13195B; }

 a { background-color: rgb(19,25,91); }

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

border-color css

<style>
 span { border-color: #13195B; }

 span { border-color: rgb(19,25,91); }

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