Html Css Color HEX #13155F Midnight Blue

📋 copy color: '#13155F'

red 19 ◦ green 21 ◦ blue 95

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

Shades of Midnight Blue #13155F

Tints of Midnight Blue #13155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 70.37%

R = 14.07%
G = 15.56%
B = 70.37%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13155F (or 0x13155F) is known color: Midnight Blue. HEX triplet: 13, 15 and 5F. RGB value is (19,21,95). Sum of RGB (Red+Green+Blue) = 19+21+95=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #13155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13155F is #ECEAA0. Grayscale: #1C1C1C. Windows color (decimal): -15526561 or 6231315. OLE color: 6231315.

HSL color Cylindrical-coordinate representation of color #13155F: hue angle of 238.42º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13155F is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 21 95 -
CMYK 0.80 0.78 0 0.63
HSL 238.42º 0.67% 0.22% -
HSV(B) 238.42º 0.8% 0.37% -
XYZ 2.6 1.5 10.98 -
YUV 28.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 19 21 95 0.80 0.78 0 0.63 238.42 0.67 0.22
Hex 13 15 5F 50 4E 0 3F EE 43 16
Octal 23 25 137 120 116 0 77 356 103 26
Binary 10011 10101 1011111 1010000 1001110 0 111111 11101110 1000011 10110

Color Harmonies of #13155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13155F

Black with #13155F

Text Example


Text Example

White with #13155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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