Html Css Color HEX #18157D Midnight Blue

📋 copy color: '#18157D'

red 24 ◦ green 21 ◦ blue 125

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

Shades of Midnight Blue #18157D

Tints of Midnight Blue #18157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 73.53%

R = 14.12%
G = 12.35%
B = 73.53%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18157D (or 0x18157D) is known color: Midnight Blue. HEX triplet: 18, 15 and 7D. RGB value is (24,21,125). Sum of RGB (Red+Green+Blue) = 24+21+125=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #18157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18157D is #E7EA82. Grayscale: #212121. Windows color (decimal): -15198851 or 8197400. OLE color: 8197400.

HSL color Cylindrical-coordinate representation of color #18157D: hue angle of 241.73º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18157D is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 21 125 -
CMYK 0.81 0.83 0 0.51
HSL 241.73º 0.71% 0.29% -
HSV(B) 241.73º 0.83% 0.49% -
XYZ 4.35 2.21 19.6 -
YUV 33.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 24 21 125 0.81 0.83 0 0.51 241.73 0.71 0.29
Hex 18 15 7D 51 53 0 33 F2 47 1D
Octal 30 25 175 121 123 0 63 362 107 35
Binary 11000 10101 1111101 1010001 1010011 0 110011 11110010 1000111 11101

Color Harmonies of #18157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18157D

Black with #18157D

Text Example


Text Example

White with #18157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,21,125); }

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

background-color css

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

 a { background-color: rgb(24,21,125); }

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

border-color css

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

 span { border-color: rgb(24,21,125); }

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