Html Css Color HEX #13005A Midnight Blue

📋 copy color: '#13005A'

red 19 ◦ green 0 ◦ blue 90

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

Shades of Midnight Blue #13005A

Tints of Midnight Blue #13005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.43%
G = 0%
B = 82.57%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13005A (or 0x13005A) is known color: Midnight Blue. HEX triplet: 13, 00 and 5A. RGB value is (19,0,90). Sum of RGB (Red+Green+Blue) = 19+0+90=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #13005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005A is #ECFFA5. Grayscale: #0F0F0F. Windows color (decimal): -15531942 or 5898259. OLE color: 5898259.

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

Color convert

RGB 19 0 90 -
CMYK 0.79 1 0 0.65
HSL 252.67º 1% 0.18% -
HSV(B) 252.67º 1% 0.35% -
XYZ 2.11 0.88 9.73 -
YUV 15.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 19 0 90 0.79 1 0 0.65 252.67 1 0.18
Hex 13 0 5A 4F 64 0 41 FD 64 12
Octal 23 0 132 117 144 0 101 375 144 22
Binary 10011 0 1011010 1001111 1100100 0 1000001 11111101 1100100 10010

Color Harmonies of #13005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13005A

Black with #13005A

Text Example


Text Example

White with #13005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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