Html Css Color HEX #13195C Midnight Blue

📋 copy color: '#13195C'

red 19 ◦ green 25 ◦ blue 92

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

Shades of Midnight Blue #13195C

Tints of Midnight Blue #13195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 13.97%
G = 18.38%
B = 67.65%

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

#13195C (or 0x13195C) is known color: Midnight Blue. HEX triplet: 13, 19 and 5C. RGB value is (19,25,92). Sum of RGB (Red+Green+Blue) = 19+25+92=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #13195C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13195C is #ECE6A3. Grayscale: #1E1E1E. Windows color (decimal): -15525540 or 6035731. OLE color: 6035731.

HSL color Cylindrical-coordinate representation of color #13195C: hue angle of 235.07º degrees, saturation: 0.66, 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 #13195C is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 25 92 -
CMYK 0.79 0.73 0 0.64
HSL 235.07º 0.66% 0.22% -
HSV(B) 235.07º 0.79% 0.36% -
XYZ 2.55 1.61 10.3 -
YUV 30.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 19 25 92 0.79 0.73 0 0.64 235.07 0.66 0.22
Hex 13 19 5C 4F 49 0 40 EB 42 16
Octal 23 31 134 117 111 0 100 353 102 26
Binary 10011 11001 1011100 1001111 1001001 0 1000000 11101011 1000010 10110

Color Harmonies of #13195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13195C

Black with #13195C

Text Example


Text Example

White with #13195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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