Html Css Color HEX #130752 Midnight Blue

📋 copy color: '#130752'

red 19 ◦ green 7 ◦ blue 82

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

Shades of Midnight Blue #130752

Tints of Midnight Blue #130752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.48%

 BLUE value IS 82 (32.42% from 255) = 75.93%

R = 17.59%
G = 6.48%
B = 75.93%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130752 (or 0x130752) is known color: Midnight Blue. HEX triplet: 13, 07 and 52. RGB value is (19,7,82). Sum of RGB (Red+Green+Blue) = 19+7+82=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #130752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130752 is #ECF8AD. Grayscale: #121212. Windows color (decimal): -15530158 or 5375763. OLE color: 5375763.

HSL color Cylindrical-coordinate representation of color #130752: hue angle of 249.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130752 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 7 82 -
CMYK 0.77 0.91 0 0.68
HSL 249.6º 0.84% 0.17% -
HSV(B) 249.6º 0.91% 0.32% -
XYZ 1.87 0.9 8.06 -
YUV 19.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 19 7 82 0.77 0.91 0 0.68 249.6 0.84 0.17
Hex 13 7 52 4D 5B 0 44 FA 54 11
Octal 23 7 122 115 133 0 104 372 124 21
Binary 10011 111 1010010 1001101 1011011 0 1000100 11111010 1010100 10001

Color Harmonies of #130752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130752

Black with #130752

Text Example


Text Example

White with #130752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130752; }

 p { color: rgb(19,7,82); }

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

background-color css

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

 a { background-color: rgb(19,7,82); }

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

border-color css

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

 span { border-color: rgb(19,7,82); }

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