Html Css Color HEX #13015C Midnight Blue

📋 copy color: '#13015C'

red 19 ◦ green 1 ◦ blue 92

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

Shades of Midnight Blue #13015C

Tints of Midnight Blue #13015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 16.96%
G = 0.89%
B = 82.14%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13015C (or 0x13015C) is known color: Midnight Blue. HEX triplet: 13, 01 and 5C. RGB value is (19,1,92). Sum of RGB (Red+Green+Blue) = 19+1+92=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #13015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015C is #ECFEA3. Grayscale: #101010. Windows color (decimal): -15531684 or 6029587. OLE color: 6029587.

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

Color convert

RGB 19 1 92 -
CMYK 0.79 0.99 0 0.64
HSL 251.87º 0.98% 0.18% -
HSV(B) 251.87º 0.99% 0.36% -
XYZ 2.21 0.93 10.19 -
YUV 16.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 19 1 92 0.79 0.99 0 0.64 251.87 0.98 0.18
Hex 13 1 5C 4F 63 0 40 FC 62 12
Octal 23 1 134 117 143 0 100 374 142 22
Binary 10011 1 1011100 1001111 1100011 0 1000000 11111100 1100010 10010

Color Harmonies of #13015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13015C

Black with #13015C

Text Example


Text Example

White with #13015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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