Html Css Color HEX #13155C Midnight Blue

📋 copy color: '#13155C'

red 19 ◦ green 21 ◦ blue 92

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

Shades of Midnight Blue #13155C

Tints of Midnight Blue #13155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

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

R = 14.39%
G = 15.91%
B = 69.7%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13155C (or 0x13155C) is known color: Midnight Blue. HEX triplet: 13, 15 and 5C. RGB value is (19,21,92). Sum of RGB (Red+Green+Blue) = 19+21+92=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #13155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13155C is #ECEAA3. Grayscale: #1C1C1C. Windows color (decimal): -15526564 or 6034707. OLE color: 6034707.

HSL color Cylindrical-coordinate representation of color #13155C: hue angle of 238.36º 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 #13155C is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 21 92 -
CMYK 0.79 0.77 0 0.64
HSL 238.36º 0.66% 0.22% -
HSV(B) 238.36º 0.79% 0.36% -
XYZ 2.47 1.45 10.27 -
YUV 28.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 19 21 92 0.79 0.77 0 0.64 238.36 0.66 0.22
Hex 13 15 5C 4F 4D 0 40 EE 42 16
Octal 23 25 134 117 115 0 100 356 102 26
Binary 10011 10101 1011100 1001111 1001101 0 1000000 11101110 1000010 10110

Color Harmonies of #13155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13155C

Black with #13155C

Text Example


Text Example

White with #13155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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