Html Css Color HEX #130452 Midnight Blue

📋 copy color: '#130452'

red 19 ◦ green 4 ◦ blue 82

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

Shades of Midnight Blue #130452

Tints of Midnight Blue #130452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

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

R = 18.1%
G = 3.81%
B = 78.1%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130452 (or 0x130452) is known color: Midnight Blue. HEX triplet: 13, 04 and 52. RGB value is (19,4,82). Sum of RGB (Red+Green+Blue) = 19+4+82=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #130452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130452 is #ECFBAD. Grayscale: #111111. Windows color (decimal): -15530926 or 5374995. OLE color: 5374995.

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

Color convert

RGB 19 4 82 -
CMYK 0.77 0.95 0 0.68
HSL 251.54º 0.91% 0.17% -
HSV(B) 251.54º 0.95% 0.32% -
XYZ 1.83 0.83 8.05 -
YUV 17.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 19 4 82 0.77 0.95 0 0.68 251.54 0.91 0.17
Hex 13 4 52 4D 5F 0 44 FC 5B 11
Octal 23 4 122 115 137 0 104 374 133 21
Binary 10011 100 1010010 1001101 1011111 0 1000100 11111100 1011011 10001

Color Harmonies of #130452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130452

Black with #130452

Text Example


Text Example

White with #130452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130452; }

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

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

background-color css

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

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

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

border-color css

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

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

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