Html Css Color HEX #130662 Midnight Blue

📋 copy color: '#130662'

red 19 ◦ green 6 ◦ blue 98

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

Shades of Midnight Blue #130662

Tints of Midnight Blue #130662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 15.45%
G = 4.88%
B = 79.67%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130662 (or 0x130662) is known color: Midnight Blue. HEX triplet: 13, 06 and 62. RGB value is (19,6,98). Sum of RGB (Red+Green+Blue) = 19+6+98=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #130662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130662 is #ECF99D. Grayscale: #141414. Windows color (decimal): -15530398 or 6424083. OLE color: 6424083.

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

Color convert

RGB 19 6 98 -
CMYK 0.81 0.94 0 0.62
HSL 248.48º 0.88% 0.2% -
HSV(B) 248.48º 0.94% 0.38% -
XYZ 2.54 1.15 11.64 -
YUV 20.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 19 6 98 0.81 0.94 0 0.62 248.48 0.88 0.2
Hex 13 6 62 51 5E 0 3E F8 58 14
Octal 23 6 142 121 136 0 76 370 130 24
Binary 10011 110 1100010 1010001 1011110 0 111110 11111000 1011000 10100

Color Harmonies of #130662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130662

Black with #130662

Text Example


Text Example

White with #130662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130662; }

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

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

background-color css

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

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

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

border-color css

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

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

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