Html Css Color HEX #130461 Midnight Blue

📋 copy color: '#130461'

red 19 ◦ green 4 ◦ blue 97

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

Shades of Midnight Blue #130461

Tints of Midnight Blue #130461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 80.83%

R = 15.83%
G = 3.33%
B = 80.83%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130461 (or 0x130461) is known color: Midnight Blue. HEX triplet: 13, 04 and 61. RGB value is (19,4,97). Sum of RGB (Red+Green+Blue) = 19+4+97=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #130461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130461 is #ECFB9E. Grayscale: #121212. Windows color (decimal): -15530911 or 6358035. OLE color: 6358035.

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

Color convert

RGB 19 4 97 -
CMYK 0.80 0.96 0 0.62
HSL 249.68º 0.92% 0.2% -
HSV(B) 249.68º 0.96% 0.38% -
XYZ 2.47 1.09 11.39 -
YUV 19.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 19 4 97 0.80 0.96 0 0.62 249.68 0.92 0.2
Hex 13 4 61 50 60 0 3E FA 5C 14
Octal 23 4 141 120 140 0 76 372 134 24
Binary 10011 100 1100001 1010000 1100000 0 111110 11111010 1011100 10100

Color Harmonies of #130461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130461

Black with #130461

Text Example


Text Example

White with #130461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130461; }

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

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

background-color css

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

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

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

border-color css

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

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

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