Html Css Color HEX #130169 Midnight Blue

📋 copy color: '#130169'

red 19 ◦ green 1 ◦ blue 105

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

Shades of Midnight Blue #130169

Tints of Midnight Blue #130169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 15.2%
G = 0.8%
B = 84%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130169 (or 0x130169) is known color: Midnight Blue. HEX triplet: 13, 01 and 69. RGB value is (19,1,105). Sum of RGB (Red+Green+Blue) = 19+1+105=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #130169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130169 is #ECFE96. Grayscale: #111111. Windows color (decimal): -15531671 or 6881555. OLE color: 6881555.

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

Color convert

RGB 19 1 105 -
CMYK 0.82 0.99 0 0.59
HSL 250.38º 0.98% 0.21% -
HSV(B) 250.38º 0.99% 0.41% -
XYZ 2.83 1.18 13.44 -
YUV 18.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 19 1 105 0.82 0.99 0 0.59 250.38 0.98 0.21
Hex 13 1 69 52 63 0 3B FA 62 15
Octal 23 1 151 122 143 0 73 372 142 25
Binary 10011 1 1101001 1010010 1100011 0 111011 11111010 1100010 10101

Color Harmonies of #130169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130169

Black with #130169

Text Example


Text Example

White with #130169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130169; }

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

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

background-color css

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

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

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

border-color css

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

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

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