Html Css Color HEX #130F3D Midnight Express

📋 copy color: '#130F3D'

red 19 ◦ green 15 ◦ blue 61

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

Shades of Midnight Express #130F3D

Tints of Midnight Express #130F3D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

 BLUE value IS 61 (24.22% from 255) = 64.21%

R = 20%
G = 15.79%
B = 64.21%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#130F3D (or 0x130F3D) is known color: Midnight Express. HEX triplet: 13, 0F and 3D. RGB value is (19,15,61). Sum of RGB (Red+Green+Blue) = 19+15+61=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #130F3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F3D is #ECF0C2. Grayscale: #151515. Windows color (decimal): -15528131 or 4001555. OLE color: 4001555.

HSL color Cylindrical-coordinate representation of color #130F3D: hue angle of 245.22º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130F3D is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 15 61 -
CMYK 0.69 0.75 0 0.76
HSL 245.22º 0.61% 0.15% -
HSV(B) 245.22º 0.75% 0.24% -
XYZ 1.28 0.82 4.51 -
YUV 21.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 19 15 61 0.69 0.75 0 0.76 245.22 0.61 0.15
Hex 13 F 3D 45 4B 0 4C F5 3D F
Octal 23 17 75 105 113 0 114 365 75 17
Binary 10011 1111 111101 1000101 1001011 0 1001100 11110101 111101 1111

Color Harmonies of #130F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F3D

Black with #130F3D

Text Example


Text Example

White with #130F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,61); }

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

background-color css

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

 a { background-color: rgb(19,15,61); }

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

border-color css

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

 span { border-color: rgb(19,15,61); }

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