Html Css Color HEX #13015A Midnight Blue

📋 copy color: '#13015A'

red 19 ◦ green 1 ◦ blue 90

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

Shades of Midnight Blue #13015A

Tints of Midnight Blue #13015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 17.27%
G = 0.91%
B = 81.82%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13015A (or 0x13015A) is known color: Midnight Blue. HEX triplet: 13, 01 and 5A. RGB value is (19,1,90). Sum of RGB (Red+Green+Blue) = 19+1+90=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #13015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015A is #ECFEA5. Grayscale: #101010. Windows color (decimal): -15531686 or 5898515. OLE color: 5898515.

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

Color convert

RGB 19 1 90 -
CMYK 0.79 0.99 0 0.65
HSL 252.13º 0.98% 0.18% -
HSV(B) 252.13º 0.99% 0.35% -
XYZ 2.12 0.9 9.73 -
YUV 16.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 19 1 90 0.79 0.99 0 0.65 252.13 0.98 0.18
Hex 13 1 5A 4F 63 0 41 FC 62 12
Octal 23 1 132 117 143 0 101 374 142 22
Binary 10011 1 1011010 1001111 1100011 0 1000001 11111100 1100010 10010

Color Harmonies of #13015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13015A

Black with #13015A

Text Example


Text Example

White with #13015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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