Html Css Color HEX #13085A Midnight Blue

📋 copy color: '#13085A'

red 19 ◦ green 8 ◦ blue 90

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

Shades of Midnight Blue #13085A

Tints of Midnight Blue #13085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 90 (35.55% from 255) = 76.92%

R = 16.24%
G = 6.84%
B = 76.92%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13085A (or 0x13085A) is known color: Midnight Blue. HEX triplet: 13, 08 and 5A. RGB value is (19,8,90). Sum of RGB (Red+Green+Blue) = 19+8+90=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #13085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13085A is #ECF7A5. Grayscale: #141414. Windows color (decimal): -15529894 or 5900307. OLE color: 5900307.

HSL color Cylindrical-coordinate representation of color #13085A: hue angle of 248.05º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13085A is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 8 90 -
CMYK 0.79 0.91 0 0.65
HSL 248.05º 0.84% 0.19% -
HSV(B) 248.05º 0.91% 0.35% -
XYZ 2.2 1.05 9.76 -
YUV 20.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 19 8 90 0.79 0.91 0 0.65 248.05 0.84 0.19
Hex 13 8 5A 4F 5B 0 41 F8 54 13
Octal 23 10 132 117 133 0 101 370 124 23
Binary 10011 1000 1011010 1001111 1011011 0 1000001 11111000 1010100 10011

Color Harmonies of #13085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13085A

Black with #13085A

Text Example


Text Example

White with #13085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13085A; }

 p { color: rgb(19,8,90); }

 H1.HeaderClassName
 {
   color: #13085A;
 }
 .AnyTagClassName
 {
   color: #13085A;
 }
</style>

background-color css

<style>
 a { background-color: #13085A; }

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

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

border-color css

<style>
 span { border-color: #13085A; }

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

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