Html Css Color HEX #130463 Midnight Blue

📋 copy color: '#130463'

red 19 ◦ green 4 ◦ blue 99

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

Shades of Midnight Blue #130463

Tints of Midnight Blue #130463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 15.57%
G = 3.28%
B = 81.15%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#130463 (or 0x130463) is known color: Midnight Blue. HEX triplet: 13, 04 and 63. RGB value is (19,4,99). Sum of RGB (Red+Green+Blue) = 19+4+99=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #130463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130463 is #ECFB9C. Grayscale: #121212. Windows color (decimal): -15530909 or 6489107. OLE color: 6489107.

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

Color convert

RGB 19 4 99 -
CMYK 0.81 0.96 0 0.61
HSL 249.47º 0.92% 0.2% -
HSV(B) 249.47º 0.96% 0.39% -
XYZ 2.56 1.13 11.89 -
YUV 19.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 19 4 99 0.81 0.96 0 0.61 249.47 0.92 0.2
Hex 13 4 63 51 60 0 3D F9 5C 14
Octal 23 4 143 121 140 0 75 371 134 24
Binary 10011 100 1100011 1010001 1100000 0 111101 11111001 1011100 10100

Color Harmonies of #130463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130463

Black with #130463

Text Example


Text Example

White with #130463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130463; }

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

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

background-color css

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

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

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

border-color css

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

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

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