Html Css Color HEX #130F3C Midnight Express

📋 copy color: '#130F3C'

red 19 ◦ green 15 ◦ blue 60

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

Shades of Midnight Express #130F3C

Tints of Midnight Express #130F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 63.83%

R = 20.21%
G = 15.96%
B = 63.83%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#130F3C (or 0x130F3C) is known color: Midnight Express. HEX triplet: 13, 0F and 3C. RGB value is (19,15,60). Sum of RGB (Red+Green+Blue) = 19+15+60=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #130F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F3C is #ECF0C3. Grayscale: #151515. Windows color (decimal): -15528132 or 3936019. OLE color: 3936019.

HSL color Cylindrical-coordinate representation of color #130F3C: hue angle of 245.33º degrees, saturation: 0.6, 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 #130F3C is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 15 60 -
CMYK 0.68 0.75 0 0.76
HSL 245.33º 0.6% 0.15% -
HSV(B) 245.33º 0.75% 0.24% -
XYZ 1.25 0.81 4.36 -
YUV 21.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 19 15 60 0.68 0.75 0 0.76 245.33 0.6 0.15
Hex 13 F 3C 44 4B 0 4C F5 3C F
Octal 23 17 74 104 113 0 114 365 74 17
Binary 10011 1111 111100 1000100 1001011 0 1001100 11110101 111100 1111

Color Harmonies of #130F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F3C

Black with #130F3C

Text Example


Text Example

White with #130F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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