Html Css Color HEX #13146F Midnight Blue

📋 copy color: '#13146F'

red 19 ◦ green 20 ◦ blue 111

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

Shades of Midnight Blue #13146F

Tints of Midnight Blue #13146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 111 (43.75% from 255) = 74%

R = 12.67%
G = 13.33%
B = 74%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13146F (or 0x13146F) is known color: Midnight Blue. HEX triplet: 13, 14 and 6F. RGB value is (19,20,111). Sum of RGB (Red+Green+Blue) = 19+20+111=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #13146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13146F is #ECEB90. Grayscale: #1D1D1D. Windows color (decimal): -15526801 or 7279635. OLE color: 7279635.

HSL color Cylindrical-coordinate representation of color #13146F: hue angle of 239.35º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13146F is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 20 111 -
CMYK 0.83 0.82 0 0.56
HSL 239.35º 0.71% 0.25% -
HSV(B) 239.35º 0.83% 0.44% -
XYZ 3.39 1.79 15.21 -
YUV 30.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 19 20 111 0.83 0.82 0 0.56 239.35 0.71 0.25
Hex 13 14 6F 53 52 0 38 EF 47 19
Octal 23 24 157 123 122 0 70 357 107 31
Binary 10011 10100 1101111 1010011 1010010 0 111000 11101111 1000111 11001

Color Harmonies of #13146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13146F

Black with #13146F

Text Example


Text Example

White with #13146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13146F; }

 p { color: rgb(19,20,111); }

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

background-color css

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

 a { background-color: rgb(19,20,111); }

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

border-color css

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

 span { border-color: rgb(19,20,111); }

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