Html Css Color HEX #18195D Midnight Blue

📋 copy color: '#18195D'

red 24 ◦ green 25 ◦ blue 93

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

Shades of Midnight Blue #18195D

Tints of Midnight Blue #18195D

RGB

 RED value IS 24 (9.77% from 255) = 16.9%

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 16.9%
G = 17.61%
B = 65.49%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18195D (or 0x18195D) is known color: Midnight Blue. HEX triplet: 18, 19 and 5D. RGB value is (24,25,93). Sum of RGB (Red+Green+Blue) = 24+25+93=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #18195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18195D is #E7E6A2. Grayscale: #202020. Windows color (decimal): -15197859 or 6101272. OLE color: 6101272.

HSL color Cylindrical-coordinate representation of color #18195D: hue angle of 239.13º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18195D is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 25 93 -
CMYK 0.74 0.73 0 0.64
HSL 239.13º 0.59% 0.23% -
HSV(B) 239.13º 0.74% 0.36% -
XYZ 2.7 1.68 10.54 -
YUV 32.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 24 25 93 0.74 0.73 0 0.64 239.13 0.59 0.23
Hex 18 19 5D 4A 49 0 40 EF 3B 17
Octal 30 31 135 112 111 0 100 357 73 27
Binary 11000 11001 1011101 1001010 1001001 0 1000000 11101111 111011 10111

Color Harmonies of #18195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18195D

Black with #18195D

Text Example


Text Example

White with #18195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18195D; }

 p { color: rgb(24,25,93); }

 H1.HeaderClassName
 {
   color: #18195D;
 }
 .AnyTagClassName
 {
   color: #18195D;
 }
</style>

background-color css

<style>
 a { background-color: #18195D; }

 a { background-color: rgb(24,25,93); }

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

border-color css

<style>
 span { border-color: #18195D; }

 span { border-color: rgb(24,25,93); }

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