Html Css Color HEX #130474 Midnight Blue

📋 copy color: '#130474'

red 19 ◦ green 4 ◦ blue 116

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

Shades of Midnight Blue #130474

Tints of Midnight Blue #130474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 83.45%

R = 13.67%
G = 2.88%
B = 83.45%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130474 (or 0x130474) is known color: Midnight Blue. HEX triplet: 13, 04 and 74. RGB value is (19,4,116). Sum of RGB (Red+Green+Blue) = 19+4+116=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #130474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130474 is #ECFB8B. Grayscale: #141414. Windows color (decimal): -15530892 or 7603219. OLE color: 7603219.

HSL color Cylindrical-coordinate representation of color #130474: hue angle of 248.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130474 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 4 116 -
CMYK 0.84 0.97 0 0.55
HSL 248.04º 0.93% 0.24% -
HSV(B) 248.04º 0.97% 0.45% -
XYZ 3.46 1.49 16.63 -
YUV 21.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 19 4 116 0.84 0.97 0 0.55 248.04 0.93 0.24
Hex 13 4 74 54 61 0 37 F8 5D 18
Octal 23 4 164 124 141 0 67 370 135 30
Binary 10011 100 1110100 1010100 1100001 0 110111 11111000 1011101 11000

Color Harmonies of #130474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130474

Black with #130474

Text Example


Text Example

White with #130474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130474; }

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

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

background-color css

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

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

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

border-color css

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

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

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