Html Css Color HEX #130675 Midnight Blue

📋 copy color: '#130675'

red 19 ◦ green 6 ◦ blue 117

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

Shades of Midnight Blue #130675

Tints of Midnight Blue #130675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 117 (46.09% from 255) = 82.39%

R = 13.38%
G = 4.23%
B = 82.39%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130675 (or 0x130675) is known color: Midnight Blue. HEX triplet: 13, 06 and 75. RGB value is (19,6,117). Sum of RGB (Red+Green+Blue) = 19+6+117=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #130675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130675 is #ECF98A. Grayscale: #161616. Windows color (decimal): -15530379 or 7669267. OLE color: 7669267.

HSL color Cylindrical-coordinate representation of color #130675: hue angle of 247.03º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130675 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 6 117 -
CMYK 0.84 0.95 0 0.54
HSL 247.03º 0.9% 0.24% -
HSV(B) 247.03º 0.95% 0.46% -
XYZ 3.54 1.55 16.94 -
YUV 22.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 19 6 117 0.84 0.95 0 0.54 247.03 0.9 0.24
Hex 13 6 75 54 5F 0 36 F7 5A 18
Octal 23 6 165 124 137 0 66 367 132 30
Binary 10011 110 1110101 1010100 1011111 0 110110 11110111 1011010 11000

Color Harmonies of #130675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130675

Black with #130675

Text Example


Text Example

White with #130675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130675; }

 p { color: rgb(19,6,117); }

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

background-color css

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

 a { background-color: rgb(19,6,117); }

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

border-color css

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

 span { border-color: rgb(19,6,117); }

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