Html Css Color HEX #130968 Midnight Blue

📋 copy color: '#130968'

red 19 ◦ green 9 ◦ blue 104

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

Shades of Midnight Blue #130968

Tints of Midnight Blue #130968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 78.79%

R = 14.39%
G = 6.82%
B = 78.79%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130968 (or 0x130968) is known color: Midnight Blue. HEX triplet: 13, 09 and 68. RGB value is (19,9,104). Sum of RGB (Red+Green+Blue) = 19+9+104=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #130968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130968 is #ECF697. Grayscale: #161616. Windows color (decimal): -15529624 or 6818067. OLE color: 6818067.

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

Color convert

RGB 19 9 104 -
CMYK 0.82 0.91 0 0.59
HSL 246.32º 0.84% 0.22% -
HSV(B) 246.32º 0.91% 0.41% -
XYZ 2.86 1.33 13.2 -
YUV 22.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 19 9 104 0.82 0.91 0 0.59 246.32 0.84 0.22
Hex 13 9 68 52 5B 0 3B F6 54 16
Octal 23 11 150 122 133 0 73 366 124 26
Binary 10011 1001 1101000 1010010 1011011 0 111011 11110110 1010100 10110

Color Harmonies of #130968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130968

Black with #130968

Text Example


Text Example

White with #130968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130968; }

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

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

background-color css

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

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

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

border-color css

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

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

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