Html Css Color HEX #13005E Midnight Blue

📋 copy color: '#13005E'

red 19 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #13005E

Tints of Midnight Blue #13005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 83.19%

R = 16.81%
G = 0%
B = 83.19%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13005E (or 0x13005E) is known color: Midnight Blue. HEX triplet: 13, 00 and 5E. RGB value is (19,0,94). Sum of RGB (Red+Green+Blue) = 19+0+94=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #13005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005E is #ECFFA1. Grayscale: #101010. Windows color (decimal): -15531938 or 6160403. OLE color: 6160403.

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

Color convert

RGB 19 0 94 -
CMYK 0.80 1 0 0.63
HSL 252.13º 1% 0.18% -
HSV(B) 252.13º 1% 0.37% -
XYZ 2.29 0.95 10.65 -
YUV 16.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 19 0 94 0.80 1 0 0.63 252.13 1 0.18
Hex 13 0 5E 50 64 0 3F FC 64 12
Octal 23 0 136 120 144 0 77 374 144 22
Binary 10011 0 1011110 1010000 1100100 0 111111 11111100 1100100 10010

Color Harmonies of #13005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13005E

Black with #13005E

Text Example


Text Example

White with #13005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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