Html Css Color HEX #130363 Midnight Blue

📋 copy color: '#130363'

red 19 ◦ green 3 ◦ blue 99

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

Shades of Midnight Blue #130363

Tints of Midnight Blue #130363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 99 (39.06% from 255) = 81.82%

R = 15.7%
G = 2.48%
B = 81.82%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#130363 (or 0x130363) is known color: Midnight Blue. HEX triplet: 13, 03 and 63. RGB value is (19,3,99). Sum of RGB (Red+Green+Blue) = 19+3+99=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #130363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130363 is #ECFC9C. Grayscale: #121212. Windows color (decimal): -15531165 or 6488851. OLE color: 6488851.

HSL color Cylindrical-coordinate representation of color #130363: hue angle of 250º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130363 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 3 99 -
CMYK 0.81 0.97 0 0.61
HSL 250º 0.94% 0.2% -
HSV(B) 250º 0.97% 0.39% -
XYZ 2.55 1.1 11.88 -
YUV 18.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 19 3 99 0.81 0.97 0 0.61 250 0.94 0.2
Hex 13 3 63 51 61 0 3D FA 5E 14
Octal 23 3 143 121 141 0 75 372 136 24
Binary 10011 11 1100011 1010001 1100001 0 111101 11111010 1011110 10100

Color Harmonies of #130363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130363

Black with #130363

Text Example


Text Example

White with #130363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130363; }

 p { color: rgb(19,3,99); }

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

background-color css

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

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

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

border-color css

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

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

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