Html Css Color HEX #13135B Midnight Blue

📋 copy color: '#13135B'

red 19 ◦ green 19 ◦ blue 91

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

Shades of Midnight Blue #13135B

Tints of Midnight Blue #13135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 14.73%
G = 14.73%
B = 70.54%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13135B (or 0x13135B) is known color: Midnight Blue. HEX triplet: 13, 13 and 5B. RGB value is (19,19,91). Sum of RGB (Red+Green+Blue) = 19+19+91=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #13135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13135B is #ECECA4. Grayscale: #1A1A1A. Windows color (decimal): -15527077 or 5968659. OLE color: 5968659.

HSL color Cylindrical-coordinate representation of color #13135B: hue angle of 240º 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 #13135B is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 19 91 -
CMYK 0.79 0.79 0 0.64
HSL 240º 0.65% 0.22% -
HSV(B) 240º 0.79% 0.36% -
XYZ 2.39 1.36 10.03 -
YUV 27.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 19 19 91 0.79 0.79 0 0.64 240 0.65 0.22
Hex 13 13 5B 4F 4F 0 40 F0 41 16
Octal 23 23 133 117 117 0 100 360 101 26
Binary 10011 10011 1011011 1001111 1001111 0 1000000 11110000 1000001 10110

Color Harmonies of #13135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13135B

Black with #13135B

Text Example


Text Example

White with #13135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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