Html Css Color HEX #130164 Midnight Blue

📋 copy color: '#130164'

red 19 ◦ green 1 ◦ blue 100

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

Shades of Midnight Blue #130164

Tints of Midnight Blue #130164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 15.83%
G = 0.83%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#130164 (or 0x130164) is known color: Midnight Blue. HEX triplet: 13, 01 and 64. RGB value is (19,1,100). Sum of RGB (Red+Green+Blue) = 19+1+100=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #130164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130164 is #ECFE9B. Grayscale: #111111. Windows color (decimal): -15531676 or 6553875. OLE color: 6553875.

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

Color convert

RGB 19 1 100 -
CMYK 0.81 0.99 0 0.61
HSL 250.91º 0.98% 0.2% -
HSV(B) 250.91º 0.99% 0.39% -
XYZ 2.58 1.08 12.13 -
YUV 17.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 19 1 100 0.81 0.99 0 0.61 250.91 0.98 0.2
Hex 13 1 64 51 63 0 3D FB 62 14
Octal 23 1 144 121 143 0 75 373 142 24
Binary 10011 1 1100100 1010001 1100011 0 111101 11111011 1100010 10100

Color Harmonies of #130164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130164

Black with #130164

Text Example


Text Example

White with #130164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130164; }

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

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

background-color css

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

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

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

border-color css

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

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

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