Html Css Color HEX #130869 Midnight Blue

📋 copy color: '#130869'

red 19 ◦ green 8 ◦ blue 105

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

Shades of Midnight Blue #130869

Tints of Midnight Blue #130869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 105 (41.41% from 255) = 79.55%

R = 14.39%
G = 6.06%
B = 79.55%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130869 (or 0x130869) is known color: Midnight Blue. HEX triplet: 13, 08 and 69. RGB value is (19,8,105). Sum of RGB (Red+Green+Blue) = 19+8+105=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #130869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130869 is #ECF796. Grayscale: #151515. Windows color (decimal): -15529879 or 6883347. OLE color: 6883347.

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

Color convert

RGB 19 8 105 -
CMYK 0.82 0.92 0 0.59
HSL 246.8º 0.86% 0.22% -
HSV(B) 246.8º 0.92% 0.41% -
XYZ 2.91 1.33 13.47 -
YUV 22.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 19 8 105 0.82 0.92 0 0.59 246.8 0.86 0.22
Hex 13 8 69 52 5C 0 3B F7 56 16
Octal 23 10 151 122 134 0 73 367 126 26
Binary 10011 1000 1101001 1010010 1011100 0 111011 11110111 1010110 10110

Color Harmonies of #130869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130869

Black with #130869

Text Example


Text Example

White with #130869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130869; }

 p { color: rgb(19,8,105); }

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

background-color css

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

 a { background-color: rgb(19,8,105); }

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

border-color css

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

 span { border-color: rgb(19,8,105); }

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