Html Css Color HEX #130F7A Midnight Blue

📋 copy color: '#130F7A'

red 19 ◦ green 15 ◦ blue 122

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

Shades of Midnight Blue #130F7A

Tints of Midnight Blue #130F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 78.21%

R = 12.18%
G = 9.62%
B = 78.21%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#130F7A (or 0x130F7A) is known color: Midnight Blue. HEX triplet: 13, 0F and 7A. RGB value is (19,15,122). Sum of RGB (Red+Green+Blue) = 19+15+122=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #130F7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F7A is #ECF085. Grayscale: #1B1B1B. Windows color (decimal): -15528070 or 7999251. OLE color: 7999251.

HSL color Cylindrical-coordinate representation of color #130F7A: hue angle of 242.24º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130F7A is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 15 122 -
CMYK 0.84 0.88 0 0.52
HSL 242.24º 0.78% 0.27% -
HSV(B) 242.24º 0.88% 0.48% -
XYZ 3.95 1.89 18.57 -
YUV 28.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 19 15 122 0.84 0.88 0 0.52 242.24 0.78 0.27
Hex 13 F 7A 54 58 0 34 F2 4E 1B
Octal 23 17 172 124 130 0 64 362 116 33
Binary 10011 1111 1111010 1010100 1011000 0 110100 11110010 1001110 11011

Color Harmonies of #130F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F7A

Black with #130F7A

Text Example


Text Example

White with #130F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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