Html Css Color HEX #130E68 Midnight Blue

📋 copy color: '#130E68'

red 19 ◦ green 14 ◦ blue 104

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

Shades of Midnight Blue #130E68

Tints of Midnight Blue #130E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.22%

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

R = 13.87%
G = 10.22%
B = 75.91%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130E68 (or 0x130E68) is known color: Midnight Blue. HEX triplet: 13, 0E and 68. RGB value is (19,14,104). Sum of RGB (Red+Green+Blue) = 19+14+104=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #130E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E68 is #ECF197. Grayscale: #191919. Windows color (decimal): -15528344 or 6819347. OLE color: 6819347.

HSL color Cylindrical-coordinate representation of color #130E68: hue angle of 243.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130E68 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 14 104 -
CMYK 0.82 0.87 0 0.59
HSL 243.33º 0.76% 0.23% -
HSV(B) 243.33º 0.87% 0.41% -
XYZ 2.92 1.45 13.22 -
YUV 25.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 19 14 104 0.82 0.87 0 0.59 243.33 0.76 0.23
Hex 13 E 68 52 57 0 3B F3 4C 17
Octal 23 16 150 122 127 0 73 363 114 27
Binary 10011 1110 1101000 1010010 1010111 0 111011 11110011 1001100 10111

Color Harmonies of #130E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E68

Black with #130E68

Text Example


Text Example

White with #130E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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