Html Css Color HEX #130364 Midnight Blue

📋 copy color: '#130364'

red 19 ◦ green 3 ◦ blue 100

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

Shades of Midnight Blue #130364

Tints of Midnight Blue #130364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 81.97%

R = 15.57%
G = 2.46%
B = 81.97%

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

#130364 (or 0x130364) is known color: Midnight Blue. HEX triplet: 13, 03 and 64. RGB value is (19,3,100). Sum of RGB (Red+Green+Blue) = 19+3+100=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 100 (39.45% from 255 or 81.97% from 122); Max value from RGB is 100 - color contains mainly: blue. Hex color #130364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130364 is #ECFC9B. Grayscale: #121212. Windows color (decimal): -15531164 or 6554387. OLE color: 6554387.

HSL color Cylindrical-coordinate representation of color #130364: hue angle of 249.9º 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 #130364 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 3 100 -
CMYK 0.81 0.97 0 0.61
HSL 249.9º 0.94% 0.2% -
HSV(B) 249.9º 0.97% 0.39% -
XYZ 2.6 1.12 12.14 -
YUV 18.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 19 3 100 0.81 0.97 0 0.61 249.9 0.94 0.2
Hex 13 3 64 51 61 0 3D FA 5E 14
Octal 23 3 144 121 141 0 75 372 136 24
Binary 10011 11 1100100 1010001 1100001 0 111101 11111010 1011110 10100

Color Harmonies of #130364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130364

Black with #130364

Text Example


Text Example

White with #130364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130364; }

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

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

background-color css

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

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

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

border-color css

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

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

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