Html Css Color HEX #13145C Midnight Blue

📋 copy color: '#13145C'

red 19 ◦ green 20 ◦ blue 92

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

Shades of Midnight Blue #13145C

Tints of Midnight Blue #13145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 70.23%

R = 14.5%
G = 15.27%
B = 70.23%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13145C (or 0x13145C) is known color: Midnight Blue. HEX triplet: 13, 14 and 5C. RGB value is (19,20,92). Sum of RGB (Red+Green+Blue) = 19+20+92=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #13145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13145C is #ECEBA3. Grayscale: #1B1B1B. Windows color (decimal): -15526820 or 6034451. OLE color: 6034451.

HSL color Cylindrical-coordinate representation of color #13145C: hue angle of 239.18º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13145C is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 20 92 -
CMYK 0.79 0.78 0 0.64
HSL 239.18º 0.66% 0.22% -
HSV(B) 239.18º 0.79% 0.36% -
XYZ 2.45 1.41 10.27 -
YUV 27.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 19 20 92 0.79 0.78 0 0.64 239.18 0.66 0.22
Hex 13 14 5C 4F 4E 0 40 EF 42 16
Octal 23 24 134 117 116 0 100 357 102 26
Binary 10011 10100 1011100 1001111 1001110 0 1000000 11101111 1000010 10110

Color Harmonies of #13145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13145C

Black with #13145C

Text Example


Text Example

White with #13145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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