Html Css Color HEX #130362 Midnight Blue

📋 copy color: '#130362'

red 19 ◦ green 3 ◦ blue 98

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

Shades of Midnight Blue #130362

Tints of Midnight Blue #130362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 15.83%
G = 2.5%
B = 81.67%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130362 (or 0x130362) is known color: Midnight Blue. HEX triplet: 13, 03 and 62. RGB value is (19,3,98). Sum of RGB (Red+Green+Blue) = 19+3+98=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #130362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130362 is #ECFC9D. Grayscale: #121212. Windows color (decimal): -15531166 or 6423315. OLE color: 6423315.

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

Color convert

RGB 19 3 98 -
CMYK 0.81 0.97 0 0.62
HSL 250.11º 0.94% 0.2% -
HSV(B) 250.11º 0.97% 0.38% -
XYZ 2.51 1.09 11.63 -
YUV 18.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 19 3 98 0.81 0.97 0 0.62 250.11 0.94 0.2
Hex 13 3 62 51 61 0 3E FA 5E 14
Octal 23 3 142 121 141 0 76 372 136 24
Binary 10011 11 1100010 1010001 1100001 0 111110 11111010 1011110 10100

Color Harmonies of #130362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130362

Black with #130362

Text Example


Text Example

White with #130362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130362; }

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

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

background-color css

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

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

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

border-color css

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

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

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