Html Css Color HEX #130965 Midnight Blue

📋 copy color: '#130965'

red 19 ◦ green 9 ◦ blue 101

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

Shades of Midnight Blue #130965

Tints of Midnight Blue #130965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.98%

 BLUE value IS 101 (39.84% from 255) = 78.29%

R = 14.73%
G = 6.98%
B = 78.29%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#130965 (or 0x130965) is known color: Midnight Blue. HEX triplet: 13, 09 and 65. RGB value is (19,9,101). Sum of RGB (Red+Green+Blue) = 19+9+101=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 101 (39.84% from 255 or 78.29% from 129); Max value from RGB is 101 - color contains mainly: blue. Hex color #130965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130965 is #ECF69A. Grayscale: #161616. Windows color (decimal): -15529627 or 6621459. OLE color: 6621459.

HSL color Cylindrical-coordinate representation of color #130965: hue angle of 246.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130965 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 9 101 -
CMYK 0.81 0.91 0 0.60
HSL 246.52º 0.84% 0.22% -
HSV(B) 246.52º 0.91% 0.4% -
XYZ 2.72 1.27 12.41 -
YUV 22.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 19 9 101 0.81 0.91 0 0.60 246.52 0.84 0.22
Hex 13 9 65 51 5B 0 3C F7 54 16
Octal 23 11 145 121 133 0 74 367 124 26
Binary 10011 1001 1100101 1010001 1011011 0 111100 11110111 1010100 10110

Color Harmonies of #130965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130965

Black with #130965

Text Example


Text Example

White with #130965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130965; }

 p { color: rgb(19,9,101); }

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

background-color css

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

 a { background-color: rgb(19,9,101); }

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

border-color css

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

 span { border-color: rgb(19,9,101); }

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