Html Css Color HEX #130368 Midnight Blue

📋 copy color: '#130368'

red 19 ◦ green 3 ◦ blue 104

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

Shades of Midnight Blue #130368

Tints of Midnight Blue #130368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 82.54%

R = 15.08%
G = 2.38%
B = 82.54%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130368 (or 0x130368) is known color: Midnight Blue. HEX triplet: 13, 03 and 68. RGB value is (19,3,104). Sum of RGB (Red+Green+Blue) = 19+3+104=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #130368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130368 is #ECFC97. Grayscale: #121212. Windows color (decimal): -15531160 or 6816531. OLE color: 6816531.

HSL color Cylindrical-coordinate representation of color #130368: hue angle of 249.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130368 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 3 104 -
CMYK 0.82 0.97 0 0.59
HSL 249.5º 0.94% 0.21% -
HSV(B) 249.5º 0.97% 0.41% -
XYZ 2.8 1.2 13.18 -
YUV 19.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 19 3 104 0.82 0.97 0 0.59 249.5 0.94 0.21
Hex 13 3 68 52 61 0 3B FA 5E 15
Octal 23 3 150 122 141 0 73 372 136 25
Binary 10011 11 1101000 1010010 1100001 0 111011 11111010 1011110 10101

Color Harmonies of #130368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130368

Black with #130368

Text Example


Text Example

White with #130368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130368; }

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

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

background-color css

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

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

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

border-color css

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

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

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