Html Css Color HEX #18196C Midnight Blue

📋 copy color: '#18196C'

red 24 ◦ green 25 ◦ blue 108

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

Shades of Midnight Blue #18196C

Tints of Midnight Blue #18196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 15.29%
G = 15.92%
B = 68.79%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18196C (or 0x18196C) is known color: Midnight Blue. HEX triplet: 18, 19 and 6C. RGB value is (24,25,108). Sum of RGB (Red+Green+Blue) = 24+25+108=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #18196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18196C is #E7E693. Grayscale: #212121. Windows color (decimal): -15197844 or 7084312. OLE color: 7084312.

HSL color Cylindrical-coordinate representation of color #18196C: hue angle of 239.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18196C is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 25 108 -
CMYK 0.78 0.77 0 0.58
HSL 239.29º 0.64% 0.26% -
HSV(B) 239.29º 0.78% 0.42% -
XYZ 3.43 1.97 14.39 -
YUV 34.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 24 25 108 0.78 0.77 0 0.58 239.29 0.64 0.26
Hex 18 19 6C 4E 4D 0 3A EF 40 1A
Octal 30 31 154 116 115 0 72 357 100 32
Binary 11000 11001 1101100 1001110 1001101 0 111010 11101111 1000000 11010

Color Harmonies of #18196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18196C

Black with #18196C

Text Example


Text Example

White with #18196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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