Html Css Color HEX #131069 Midnight Blue

📋 copy color: '#131069'

red 19 ◦ green 16 ◦ blue 105

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

Shades of Midnight Blue #131069

Tints of Midnight Blue #131069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 13.57%
G = 11.43%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131069 (or 0x131069) is known color: Midnight Blue. HEX triplet: 13, 10 and 69. RGB value is (19,16,105). Sum of RGB (Red+Green+Blue) = 19+16+105=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #131069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131069 is #ECEF96. Grayscale: #1A1A1A. Windows color (decimal): -15527831 or 6885395. OLE color: 6885395.

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

Color convert

RGB 19 16 105 -
CMYK 0.82 0.85 0 0.59
HSL 242.02º 0.74% 0.24% -
HSV(B) 242.02º 0.85% 0.41% -
XYZ 3 1.53 13.5 -
YUV 27.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 19 16 105 0.82 0.85 0 0.59 242.02 0.74 0.24
Hex 13 10 69 52 55 0 3B F2 4A 18
Octal 23 20 151 122 125 0 73 362 112 30
Binary 10011 10000 1101001 1010010 1010101 0 111011 11110010 1001010 11000

Color Harmonies of #131069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131069

Black with #131069

Text Example


Text Example

White with #131069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131069; }

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

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

background-color css

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

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

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

border-color css

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

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

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