Html Css Color HEX #130562 Midnight Blue

📋 copy color: '#130562'

red 19 ◦ green 5 ◦ blue 98

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

Shades of Midnight Blue #130562

Tints of Midnight Blue #130562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

 BLUE value IS 98 (38.67% from 255) = 80.33%

R = 15.57%
G = 4.1%
B = 80.33%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130562 (or 0x130562) is known color: Midnight Blue. HEX triplet: 13, 05 and 62. RGB value is (19,5,98). Sum of RGB (Red+Green+Blue) = 19+5+98=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #130562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130562 is #ECFA9D. Grayscale: #131313. Windows color (decimal): -15530654 or 6423827. OLE color: 6423827.

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

Color convert

RGB 19 5 98 -
CMYK 0.81 0.95 0 0.62
HSL 249.03º 0.9% 0.2% -
HSV(B) 249.03º 0.95% 0.38% -
XYZ 2.53 1.13 11.64 -
YUV 19.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 19 5 98 0.81 0.95 0 0.62 249.03 0.9 0.2
Hex 13 5 62 51 5F 0 3E F9 5A 14
Octal 23 5 142 121 137 0 76 371 132 24
Binary 10011 101 1100010 1010001 1011111 0 111110 11111001 1011010 10100

Color Harmonies of #130562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130562

Black with #130562

Text Example


Text Example

White with #130562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130562; }

 p { color: rgb(19,5,98); }

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

background-color css

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

 a { background-color: rgb(19,5,98); }

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

border-color css

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

 span { border-color: rgb(19,5,98); }

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