Html Css Color HEX #130352 Midnight Blue

📋 copy color: '#130352'

red 19 ◦ green 3 ◦ blue 82

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

Shades of Midnight Blue #130352

Tints of Midnight Blue #130352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 18.27%
G = 2.88%
B = 78.85%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130352 (or 0x130352) is known color: Midnight Blue. HEX triplet: 13, 03 and 52. RGB value is (19,3,82). Sum of RGB (Red+Green+Blue) = 19+3+82=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #130352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130352 is #ECFCAD. Grayscale: #101010. Windows color (decimal): -15531182 or 5374739. OLE color: 5374739.

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

Color convert

RGB 19 3 82 -
CMYK 0.77 0.96 0 0.68
HSL 252.15º 0.93% 0.17% -
HSV(B) 252.15º 0.96% 0.32% -
XYZ 1.82 0.81 8.04 -
YUV 16.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 19 3 82 0.77 0.96 0 0.68 252.15 0.93 0.17
Hex 13 3 52 4D 60 0 44 FC 5D 11
Octal 23 3 122 115 140 0 104 374 135 21
Binary 10011 11 1010010 1001101 1100000 0 1000100 11111100 1011101 10001

Color Harmonies of #130352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130352

Black with #130352

Text Example


Text Example

White with #130352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130352; }

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

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

background-color css

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

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

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

border-color css

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

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

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