Html Css Color HEX #13185C Midnight Blue

📋 copy color: '#13185C'

red 19 ◦ green 24 ◦ blue 92

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

Shades of Midnight Blue #13185C

Tints of Midnight Blue #13185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

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

R = 14.07%
G = 17.78%
B = 68.15%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13185C (or 0x13185C) is known color: Midnight Blue. HEX triplet: 13, 18 and 5C. RGB value is (19,24,92). Sum of RGB (Red+Green+Blue) = 19+24+92=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #13185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185C is #ECE7A3. Grayscale: #1D1D1D. Windows color (decimal): -15525796 or 6035475. OLE color: 6035475.

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

Color convert

RGB 19 24 92 -
CMYK 0.79 0.74 0 0.64
HSL 235.89º 0.66% 0.22% -
HSV(B) 235.89º 0.79% 0.36% -
XYZ 2.53 1.56 10.29 -
YUV 30.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 19 24 92 0.79 0.74 0 0.64 235.89 0.66 0.22
Hex 13 18 5C 4F 4A 0 40 EC 42 16
Octal 23 30 134 117 112 0 100 354 102 26
Binary 10011 11000 1011100 1001111 1001010 0 1000000 11101100 1000010 10110

Color Harmonies of #13185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13185C

Black with #13185C

Text Example


Text Example

White with #13185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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