Html Css Color HEX #130162 Midnight Blue

📋 copy color: '#130162'

red 19 ◦ green 1 ◦ blue 98

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

Shades of Midnight Blue #130162

Tints of Midnight Blue #130162

RGB

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

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

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

R = 16.1%
G = 0.85%
B = 83.05%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130162 (or 0x130162) is known color: Midnight Blue. HEX triplet: 13, 01 and 62. RGB value is (19,1,98). Sum of RGB (Red+Green+Blue) = 19+1+98=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #130162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130162 is #ECFE9D. Grayscale: #111111. Windows color (decimal): -15531678 or 6422803. OLE color: 6422803.

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

Color convert

RGB 19 1 98 -
CMYK 0.81 0.99 0 0.62
HSL 251.13º 0.98% 0.19% -
HSV(B) 251.13º 0.99% 0.38% -
XYZ 2.48 1.04 11.63 -
YUV 17.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 19 1 98 0.81 0.99 0 0.62 251.13 0.98 0.19
Hex 13 1 62 51 63 0 3E FB 62 13
Octal 23 1 142 121 143 0 76 373 142 23
Binary 10011 1 1100010 1010001 1100011 0 111110 11111011 1100010 10011

Color Harmonies of #130162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130162

Black with #130162

Text Example


Text Example

White with #130162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130162; }

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

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

background-color css

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

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

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

border-color css

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

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

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